| Author |
Internet Explorer not sending request parameters
|
Ankit Garg
Saloon Keeper
Joined: Aug 03, 2008
Posts: 9189
|
|
Howdy,
I'm facing an issue with the current application. In Internet Explorer 7 and 8, the request parameter map on the server is sometimes empty in ajax requests as well as form submissions (its not specific to any page and it happens in like 1 out of 50 times on any page). This happens in POST requests mostly causing error on the server side code and shows an error in the browser. Firefox and Chrome are both fine. Does anyone know of any issue with IE which causes it to not send POST request parameters to the server (maybe connection keep-alive has to do something with it). If IE was just aborting request it could be understood but it shows the response (the error) which is confusing.
Any help would be appreciated.
Thanks
|
SCJP 6 | SCWCD 5 | Javaranch SCJP FAQ | SCWCD Links
|
 |
Eric Pascarello
author
Rancher
Joined: Nov 08, 2001
Posts: 15357
|
|
Have you watched the http traffic with Fiddler and see what was sent from the client that causes the problem?
Eric
|
 |
Ankit Garg
Saloon Keeper
Joined: Aug 03, 2008
Posts: 9189
|
|
Thanks Eric, I'll try it out
|
 |
 |
|
|
subject: Internet Explorer not sending request parameters
|
|
|