Recently, I had problem with tracking some HTTP requests which are sent by browser.
And small investigation defined that no every tool show the truth. Who doesn’t have time to read too many text below – outcome is simple:
“Do not trust Firebug (Net tab) & LiveHTTPHeaders, trust HTTPWatch & HTTPAnalyzer or some other real sniffer”
Goal
My goal was – send GET request on some click action, and after that immideately show next page, in fact reload page (window.location should be changed without using setTimeout() function).
And here I did not care about response, so goal only – request …