What are the various error we get while requesting for a web page ?

Questions by Vimal Dhasmana

Showing Answers 1 - 15 of 15 Answers

Bindu

  • May 7th, 2012
 

1. Server timeout errors
2. Page not found errors
3. Unhandled Exceptions

  Was this answer useful?  Yes

nitin

  • May 29th, 2012
 

Server time out

  Was this answer useful?  Yes

404 html error code : When the page requested is not available or the page is removed or the user has typed in a wrong url. usually it is client side error

500 series html error code : When the server is down or the server encountered some problem when the client request came in. It is usually a Server side issue

  Was this answer useful?  Yes

The webpage cannot be found (HTTP 400) -- Make sure the address is correct and try again. The website declined to show this webpage (HTTP 403) -Check to be sure you have a correct address. If its a link, it could be out of date and no longer available on the website.

The webpage cannot be found (HTTP 404) -Try again later. Check to be sure you have a correct address and it is spelled correctly. If its a link, it could be out of date and no longer available on the website The website cannot display the page (HTTP 405)- Unfortunately, this is a problem with the website, and there isnt much you can do unless youre the webmaster.

 You could try again later to see if the problem has been corrected. If its a site you go to often without problems, you might try contacting the website owner. The website is too busy to show the webpage (HTTP 408 or 409) -- Try the webpage again later.

That webpage no longer exists (HTTP 410) --- Check to be sure you have a correct address. If its a link, it could be out of date The website cannot display the page (HTTP 500)-Unfortunately, this is a problem with the website, and there isnt much you can do unless youre the webmaster.

You could try again later to see if the problem has been corrected. If it continues, and its a site you go to often without problems, you might try contacting the website owner. The website is unable to display the webpage (HTTP 501 or 505)

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions