Response Code Meaning
200 OK The request was successful.
301 Moved Permanently This and all future requests should be sent to a
new URL. This is used when a file or a web site
has been moved to a new URL.
401 Unauthorized The resource is password-protected, and you
either didn’t supply a password or you supplied
an incorrect one.
404 Not Found The resource isn’t available, but it may be available
again in the future.
500 Internal Server Error This error simply indicates that something went
wrong on the server, which prevented the
request from being fulfilled.
The Timeline is especially useful for monitoring and tracing back through
events that happen in the background of sophisticated web applications
where there may be processes happening that the user isn’t even aware of.
0 comments:
Post a Comment