DevReview.net

More development notices …

Archive for the ‘LiveHTTPHeaders’ tag

Tracking browser’s HTTP requests tools

leave a comment

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 …

Read the rest of this entry »

Written by admin

March 4th, 2010 at 10:09 pm