Ask Your Question
0

HTTP 302 FOUND

asked 2020-01-31 12:19:56 +0000

Riccardo1987 gravatar image

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

Thank you. Best regards.

Riccardo

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2020-01-31 12:45:22 +0000

grahamb gravatar image

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

edit flag offensive delete link more

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 gravatar imageRiccardo1987 ( 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 gravatar imagegrahamb ( 2020-01-31 15:12:06 +0000 )edit

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

Question Tools

1 follower

Stats

Asked: 2020-01-31 12:19:56 +0000

Seen: 1,265 times

Last updated: Jan 31 '20