Blog

News & stuff

306 Switch Proxy

Request GET /document.pdf HTTP/1.1 Host: proxy.example.com Response HTTP/1.1 306 Switch Proxy Set-Proxy: SET; proxyURI=""https://proxy-2.example.com:8080/" scope="http://", seconds=120

305 Use Proxy

Request GET /document.pdf HTTP/1.1 Host: www.example.com Response HTTP/1.1 305 Use Proxy Location: https://proxy.example.com:8080

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...

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...