A1Dan75 Posted November 3, 2009 Share Posted November 3, 2009 Hi, I have an ajax application which sends a potentiall unlimited number of values to be written into a database, using GET parameters . It works fine, until the number of GET parameters in the URL excedes 99. Is this a limit of XMLHttpRequest? I've tried emulating the situation by calling the URL directly from the address bar, and it seems to work ok, with no limit on the length or number of GET variables, so I think the issue must be specific to AJAX... Quote Link to comment Share on other sites More sharing options...
A1Dan75 Posted November 3, 2009 Author Share Posted November 3, 2009 Actually, from more testing I thin the issue is not down to whether it is an AJAX request, but just down to whetehr I run it on my local machien or hosted server. Does anybody know of a server setting my host may have set to limit the number of get variables? Quote Link to comment Share on other sites More sharing options...
A1Dan75 Posted November 3, 2009 Author Share Posted November 3, 2009 Worked it out - it was the suhosin.get.max_vars setting, as set by my hosting company. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.