March 2018
Beginner to intermediate
416 pages
9h 24m
English
Now, we use AWK to identify the problems with our website, by finding out the different server responses and requests that caused them. The following is a list of the most common HTTP server status codes, helpful in identifying problems:
|
Status code |
Meaning |
|
200 |
OK |
|
206 |
Partial content |
|
301 |
Moved permanently |
|
302 |
Found |
|
304 |
Not modified |
|
401 |
Unauthorized (password required) |
|
403 |
Forbidden |
|
404 |
Not found |
|
503 |
Server is currently unavailable (down due to maintenance or overloaded) |
A lot of 301 or 302 code means that the request has been redirected.
A lot of 304 code means the file didn't have to be delivered because the server already had ...
Read now
Unlock full access