Redirect 308 missing #2844
Closed
Redirect 308 missing #2844
Comments
Hi @maugch , I don't see any specific reason for that omission, except maybe that the RFC for HTTP 308 is rather "new" (2015) and no-one added the code to the middleware. If would be good that handle 308 indeed. |
Interestingly enough, HTTP 308 is tested in HTTP cache extension. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I did a check on the RedirectMiddleware and noticed that code 308 is missing. Is there a reason for that?
Some websites don't update their sitemap and have a long list of 308 from http to https.
(side note: is there a way to add "s" before a link is scraped?)
The text was updated successfully, but these errors were encountered: