First time here? Check out the FAQ!
THIS IS A TEST INSTANCE. Feel free to ask and answer questions, but take care to avoid triggering too many notifications.
0

HTTP 302 FOUND

  • retag add tags

Hi, in one capture I have in one response HTTP 302 FOUND. What does it mean?

Thank you. Best regards.

Riccardo

Riccardo1987's avatar
1
Riccardo1987
asked 2020-01-31 12:19:56 +0000
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

1 Answer

0

RFC 7231 has all the info you need on error codes. The link points to the description for 302.

grahamb's avatar
23.8k
grahamb
answered 2020-01-31 12:45:22 +0000
edit flag offensive 0 remove flag delete link

Comments

Hi Grahamb, I understood that the response uses a different URI from request. Looking at the capture I can see that the request has a complete URI and the Response is HTTP 302 Found, but how can I find out the issue? May this problem cause some problems like "Page not found"?

Thank you so much Best regards Riccardo

Riccardo1987's avatar Riccardo1987 (2020-01-31 14:26:06 +0000) edit

The reason for the redirect is on the server, or least from some device upstream from the client, e.g. a proxy, you cannot work that out the reason from a network capture. The client should follow the temporary redirect to retrieve the required resource at it's new temporary location. If it fails to do this, then a "Page not found" error might well be the result.

Did you make the capture on the server or the client? If on the server, that rules out an intermediary device.

grahamb's avatar grahamb (2020-01-31 15:12:06 +0000) edit
add a comment see more comments

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss.

Add Answer