User login |
View HTTP Request and Response HeaderThe PHP/Javascript implementation for this page has been independently developed by David Martin and has nothing in common with web-sniffer other than some superficial design elements. This script should be considered a beta. It works well for some sites and completely times out for others. I do not yet know why. Please use this for backup / testing. Updates: 10/28/2010 - Temporarily restricted access to this tool from the general public. 9/9/2010 - Added two additional request types. 8/26/2010 - Minor fix to default referrer string (use IE8 instead of IE6). Warning - if a download is larger than 3MB then the rest will be truncated without any warning. This will be fixed in the future by adding a warning to the downloaded filename. 8/24/2010 - Added ability to download an encrypted zip instead (eg if grabbing malicious code). The default file names will be based off the content being downloaded. Raised limits to 3MB if downloading and 150 KB if viewing source. Changed the referrer field to match the style used on the rest of form. Custom user agents/referrers now default to the previously used values if the form was previously submitted with custom values. Other minor fixes. 8/14/2010 - added basic html syntax highligting. It has trouble displaying javascript content-types, so it automatically reverts to php's highlight_string() like before as needed to display the results. 8/13/2010 - fixed IE8 user agent 2/20/2010 - added an appropriate IE8 user agent, max download increased to 100 KB, URL field updated, entering a blank user agent now selects 'none' instead of 'custom user agent' 8/13/2009 - updated the IE6 user agent to something more.. appropriate 8/1/2009 - now using php's highlight_string() to parse code. It only highlights PHP not HTML, but it still produces cleaner output. 8/1/2009 - launched |