/    Sign up×
Community /Pin to ProfileBookmark

IE 6.0 URL (URI) length limit

IE has an HTTP GET and HTTP POST URL limit of 2083 characters. My CGI-BIN program needs to POST more than that. Aside from changing browsers, does anyone know of a work around for this. I can not use ASP.

Thanks in advance.

to post a comment
HTML

9 Comments(s)

Copy linkTweet thisAlerts:
@AdamGundryFeb 24.2004 — Huh? POST does not send data on the URL, so what is the problem?

Adam
Copy linkTweet thisAlerts:
@ekempterauthorFeb 24.2004 — We are attempting to pass a very long URL. IE refuses to send the string. We have found that by reducing the string, IE will pass it to the server but we really need to use the entire string and possibly extend it.
Copy linkTweet thisAlerts:
@ray326Feb 25.2004 — [i]Originally posted by ekempter [/i]

[B]We are attempting to pass a very long URL. IE refuses to send the string. We have found that by reducing the string, IE will pass it to the server but we really need to use the entire string and possibly extend it. [/B][/QUOTE]
Why? Why not roll some or all of that information down into the form-data where there is no limit?
Copy linkTweet thisAlerts:
@ekempterauthorFeb 25.2004 — I am using a form. The data components of the form comprise the URL. Am I missing something? My understanding is that you can use GET or POST to submit your form data. GET creates a URL string that is visible to the user. POST produces a URL string that is not visible to the user. I am probably oversimplifying. IE limits both strings.
Copy linkTweet thisAlerts:
@ray326Feb 25.2004 — Post does NOT use a URL at all and there is no practical limit to the size of the form content. Refer to the following RFCs.

http://www.freesoft.org/CIE/RFC/1945/index.htm

http://www.freesoft.org/CIE/RFC/2068/index.htm
Copy linkTweet thisAlerts:
@ekempterauthorFeb 25.2004 — Apparently Microsoft is restricting the post. We have found that IE refuses to submit the post if the data is too long (refuses meaning that nothing is being submitted to the server - no error, nothing). We determined this by removing fields from the form until IE submitted the form.

I think I have the answer to my question. Thanks for everyones input.
Copy linkTweet thisAlerts:
@ray326Feb 25.2004 — [i]Originally posted by ekempter [/i]

[B]Apparently Microsoft is restricting the post. We have found that IE refuses to submit the post if the data is too long (refuses meaning that nothing is being submitted to the server - no error, nothing). We determined this by removing fields from the form until IE submitted the form.



I think I have the answer to my question. Thanks for everyones input. [/B]
[/QUOTE]

Oh I'd NEVER argue with someone claiming to find errors in IE but the limitation is something other than raw data size of the form. The reason I say that is that we do 10+ MB form-based file uploads with IE and when you do that the raw file image essentially becomes the value of a posted form field.

http://www.freesoft.org/CIE/RFC/Orig/rfc1867.txt
Copy linkTweet thisAlerts:
@SAroraJul 05.2007 — I also faced the issue, It seems there is data limit with post as well. But my issue is just with data, no file upload is there. Do you have any solution for that ?
Copy linkTweet thisAlerts:
@ray326Jul 06.2007 — There is no size limit to POST content. Sometimes there are arbitrary limits built into the form handler technology.
×

Success!

Help @ekempter spread the word by sharing this article on Twitter...

Tweet This
Sign in
Forgot password?
Sign in with TwitchSign in with GithubCreate Account
about: ({
version: 0.1.9 BETA 5.16,
whats_new: community page,
up_next: more Davinci•003 tasks,
coming_soon: events calendar,
social: @webDeveloperHQ
});

legal: ({
terms: of use,
privacy: policy
});
changelog: (
version: 0.1.9,
notes: added community page

version: 0.1.8,
notes: added Davinci•003

version: 0.1.7,
notes: upvote answers to bounties

version: 0.1.6,
notes: article editor refresh
)...
recent_tips: (
tipper: @AriseFacilitySolutions09,
tipped: article
amount: 1000 SATS,

tipper: @Yussuf4331,
tipped: article
amount: 1000 SATS,

tipper: @darkwebsites540,
tipped: article
amount: 10 SATS,
)...