Forums Register Login

Issue with IE 7.0 browser? Unexpected GET request after POST request

+Pie Number of slices to send: Send
I donot know where to post this issue in this forum. Please help to move it to the more appropriate place. Thanks.

Issue:

I have an ordinary web application which is running successfully for years without any issues. Suddenly we are facing the issue intermittely. On our investigation we came to know that users accessing with IE 7.0 browsers only gettting these errors and < IE 6.0 are working fine.
We can able to replicate the same issue in IE 7.0. So we have came to the conclusion some comptability issues with browser. But the user wants to use it in IE 7.0.
On our further investigation, We have noticed that in IE 7.0 browser after the POST request, unexpected and automaticallty another GET request is hitting the server is the root cause. But not for all the POST request it's coming..only for some of the POST operations after receiving the response and automatic GET request is trigerring.
Please help if any one has encountered this issue. Please help to advice on it. thanks.
+Pie Number of slices to send: Send
What resource is the GET request requesting? Is it the same as the POST?
+Pie Number of slices to send: Send
Also, how is the call from the particular page made to server?
Some instances from my experience I recall wherein two server requests were occurring are -
> The HTML form is submitted using incorrect JavaScript> A JavaScript validation and page submission logic is associated with a submit button's onclick
Somehow in IE6 and other browsers as soon as one call is issued, the next was not made. The same was not true for IE7.
+Pie Number of slices to send: Send
 


What resource is the GET request requesting? Is it the same as the POST?



For example, below is the POST request with data in the body:
POST
name-value
empId-1001
empName-Mike

followed by
GET (no data/query string).
+Pie Number of slices to send: Send
Anirvan, in your example there are two submits written into the page, one fired by JavaScript the other by the submit input. I would expect two submits unless the browser does somethign clever to spot they are the same. However in theis instance both would have the same request type, not one post and one get.
+Pie Number of slices to send: Send
Repeat: is the GET to the same URL as the POST?
Can't .... do .... plaid .... So I did this tiny ad instead:
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com


reply
reply
This thread has been viewed 2116 times.
Similar Threads
enctype="multipart/form-data" request.getParameter() issue
CPU Performance
Struts - Show Loading Gif when loading a page
GWT RPC call not firing
Browser Compatibility
More...

All times above are in ranch (not your local) time.
The current ranch time is
Mar 28, 2024 13:10:55.