Blog

News & stuff

402 Payment Required

402 Payment Required When you encounter the 402 Payment Required status code, it means the server is informing you that access to the requested resource...

401 Unauthorized

401 Unauthorized When you encounter the HTTP 401 Unauthorized status code, it means the server is asking you to provide valid login credentials before accessing...

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

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