Author

Ani

400 Bad Request

Request GET /index{15}.html HTTP/1.1 Host: www.example.com Response HTTP/1.1 400 Bad Request Content-Type: text/html; charset=UTF-8 Content-Length: 132 < html> < head> < title>Malformed URL<title> < /head> < body> < p>Invalid characters in HTTP request< /p> < /body> < /html>

308 Permanent Redirect

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

307 Temporary Redirect

Request GET /news.html HTTP/1.1 Host: www.example.com Response HTTP/1.1 307 Temporary Redirect Location: http//www.example.com/breaking/news.html

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

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