What’s the difference between HTTP 301 and 308 status codes?

What’s the difference between HTTP 301 and 308 status codes?

  • 301 (Moved Permanently): This and all future requests should be directed to the given URI.

  • 308 (Permanent Redirect): The request and all future requests should be repeated using another URI.

They seem to be similar.

1 Answer
1

Leave a Comment