aspose file tools
The moose likes HTML, CSS and JavaScript and the fly likes Internet Explorer not sending request parameters Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Engineering » HTML, CSS and JavaScript
Reply Bookmark "Internet Explorer not sending request parameters" Watch "Internet Explorer not sending request parameters" New topic
Author

Internet Explorer not sending request parameters

Ankit Garg
Saloon Keeper

Joined: Aug 03, 2008
Posts: 9189
    
    2

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
    
    6
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
    
    2

Thanks Eric, I'll try it out
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Internet Explorer not sending request parameters
 
Similar Threads
DNS Caching
JBoss Error!
Problem with AJAX requests
Limit on Data/Key-Value Pairs in Form Submission
maximum number of parameters that can be passed through an HTTP request