Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Ajax XMLHttpRequest object limit

Tags:

ajax

Is there a security limit to the number of Ajax XMLHttpRequest objects you can create on a single page? If so, does this vary from one browser to another?

like image 354
Keith Maurino Avatar asked Dec 29 '25 05:12

Keith Maurino


1 Answers

I don't think so, but there's a limit of two simultaneous HTTP connections per domain per client (you can override this in Firefox, but practically no one does so).

like image 198
Kevin Avatar answered Dec 31 '25 00:12

Kevin



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!