Author

Ani

304 Not Modified

Initial request GET /news.html HTTP/1.1 Host: www.example.com Initial response HTTP/1.1 200 OK Etag: “1234 … 000" Content-Type: text/html Content-Length: 1250 < message body contains requested resource> Second request GET /news.html HTTP/1.1 Host: www.example.com If-None-Match: “1234 …...

303 See Other

Request DELETE /tasks/314 HTTP/1.1 Host: www.example.com Response HTTP/1.1 303 See Other Location: http//www.example.com/confirmation/delete.html

302 Found

Request GET /news.html HTTP/1.1 Host: www.example.com Response HTTP/1.1 302 Found Location: http//www.example.com/testing/news.html Content-Type: text/html Content-Length: 167 < h1>The Newsfeed has moved < body>The site is currently under development and the newsfeed has temporarily...

301 Moved Permanently

Request GET /news.html HTTP/1.1 Host: www.example.re Response HTTP/1.1 301 Moved Permanently Location: http//www.example.com/feeds/news.html Content-Type: text/html; charset=UTF-8 Content-Length: 150 < h1>The Newsfeed has moved The newsfeed has moved permanently to < a href=/feeds/news.html>here. Please...

300 Multiple Choices

Request GET /tech-news HTTP/1.1 Host: www.example.re Response HTTP/1.1 300 Multiple Choices Link: </leading/news.html>; rel="alternate" Link: </bleeding/news.html>; rel="alternate" Location: </leading/news.html> Content-Type: text/html Content-Length: 164 < h2 >Choose from one of the following < ul> < li ><...

Popular articles

999 Request Denied

999 Request Denied The 999 HTTP response status code is...

599 Network Connect Timeout Error

599 Network Connect Timeout Error The 599 HTTP response status...

598 Network read timeout error

598 Network read timeout error The 598 HTTP response status...

561 Unauthorized

561 Unauthorized The 561 HTTP response status code means there...

530 Site Frozen

530 Site Frozen The 530 HTTP response status code is...

Case Studies