I am seeing a very strange behavior on IE (8,9,10) versions. Please have a look:
2. I login on it using my credentials. The call is a POST call as
POST https://www.xyz.com/view/LoginController
having user's credentials in the request body
3. The LoginController verifies the user's credentials and then redirects the user to the website in logged in state.
4. This request contains the request body of the previous request and had the request method asPOST in IE.
Additional observation is that this post call in IE contains duplicate headers. The headers of the current request as well as the headers of previous request.
I have validated the same behavior on face book as well. Please have a look below:
http://www.facebook.com/ POST 200 text/html 251.83 KB 7.80 s click 1607 15 0 7067 0 16052
Can someone please help on it if it can be corrected somehow?