jethro.aragon
Posts: 48
Joined: 11 Aug 11
Trust:
26 Aug 11 12:48 am
HI,
I was checking the meaning of
HTTP Status Codes and found out that code 200 means that the server successfully returned the page. Now if the errors says that it didn't return status code of 200, then it means that it returned a different status code. It could be any of these:
404 - the requested page doesn't exist
503 - the server is temporarily unavailable
301 - moved permanently
and so on...
There are a number of codes with different indications. The error message is triggered by any of those return codes.
If you want to see the complete list of codes, here's the link:
Status Code Definitions
-Jethro-
"Knowledge is of no value unless you put it into practice.”