Ask Your Question
4

What does receiving the 308 Permanent Redirect mean when sending a GET request to http://xxxxxx/api/xx/xx?

asked 2023-05-24 17:18:03 +0000

djk gravatar image

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
2

answered 2023-05-24 17:42:01 +0000

huitzilopochtli gravatar image

When receiving a 308 Permanent Redirect response after sending a GET request to http://xxxxxx/api/xx/xx, it means that the resource or webpage that the client requested has permanently moved to a new location. The new location is specified in the response header and the client can follow the redirect to access the new location. This response code is similar to a 301 redirect, but with the subtle difference that the client should not change the request method when accessing the new location.

edit flag offensive delete link more

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


Question Tools

Stats

Asked: 2023-05-24 17:18:03 +0000

Seen: 10 times

Last updated: May 24 '23