Wednesday, July 15, 2009

Links to free web sniffer applications

Microsoft Network Monitor
http://www.microsoft.com/en-us/download/details.aspx?id=4865

Fiddler
http://www.fiddler2.com/fiddler2/

HttpWatch
http://www.httpwatch.com/download/

Wednesday, July 8, 2009

HTTP Response Status Code Group

1xx: Informational. The request was received and server is continuing to process.
2xx: Success. The action was successfully received, understood and accepted.
3xx: Redirect Command. The client must access a different resource.
4xx: Client Error. The server does not know how to fulfill the request. The request may have syntax error.
5xx: Server Error. The server failed to fulfill the request that appears to be valid.