hackers60
Advanced Member
Reged: 08/23/07
Posts: 404
|
|
Hi All,
What is Http3xx,Http4xx,http5xx Request?.
thanks and Regards
|
namitjain
Member
Reged: 04/19/08
Posts: 102
Loc: UP,India
|
|
Hi, 3xx: The HTTP status messages in the 300 series are redirection responses. They indicate that the resource requested has moved or in some way been redirected to a new location.
4xx: This class of HTTP status message indicates there is a problem or error at the client or user agent end.
Error codes in the 5xx range indicate server problems
For more info refer below link http://webdesign.about.com/cs/http/p/http4xx.htm
Thanks, Namit
-------------------- Namit Jain
Quality Assurance Lead, India
CSTE Certified
"A Cat looked at the mirror and what she saw was a Lion. Secret of success depends on how you see yourself."
|
Bernie Velivis
Moderator
Reged: 06/02/03
Posts: 1604
Loc: Hollis, NH, USA
|
|
Take a look at the opensta script/include subdirectory (In Commander repository->scripts->include. There is a file called response_codes. It shows all the error numbers and a brief explanation of their meaning.
-------------------- Bernie Velivis, Performax Inc
Bernie's blog
|
hackers60
Advanced Member
Reged: 08/23/07
Posts: 404
|
|
Hi Bernie and NamitJain,
Thanks a lot for your informations.
|