Handling Http Request Redirect
Hi all,
Is there any global settings for handling http-request-redirects.
I am facing one issue with the requests which are recorded on loading my application.
First request returns a 302 code and also sends the location for redirections. It works as expected
Second request also returns a 302 code, which was expected to be 200 code.
There is no session currently involved, these are my initial requests which are sent to load my application.
I have attach 2 snapshots which shows that there is no difference in the recorded/simulated request, but still the response from server is comming different(recorded/simulated).
When i am simulating request2 from browser it returns 200 response code as expected.
If someone can throw some light onto my problem, it will really be appreciated.