http errors Flashcards

1
Q

What are 4xx errors?

A

4xx errors are client-side errors. You should check that the requested object exists, you have access to it, and your request is correctly formed.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What are 5xx errors?

A

5xx errors are server-side errors. They are generally due to the server not responding. This can be caused by high traffic to your website and servers being overwhelmed or unavailable, capacity/performance issues, or internal failures.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What does the HTTP status code 400 indicate?

A

The HTTP status code 400 indicates an Access Denied Exception.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What does the HTTP status code 403 indicate?

A

The HTTP status code 403 indicates a Missing Authentication Token.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What does the HTTP status code 404 indicate?

A

The HTTP status code 404 indicates a Malformed Query String, Object Doesn’t exist, or File Not Found.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What does the HTTP status code 500 indicate?

A

The HTTP status code 500 indicates an Internal failure.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What does the HTTP status code 503 indicate?

A

The HTTP status code 503 indicates Service Unavailable. It can be caused by high traffic.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly