Change permanent redirect (301) to temporary redirect (302)
spenserblack opened this issue · 0 comments
spenserblack commented
While this might not affect standard users, for developers, the browser may cache the redirect
since it's a permanent redirect (301
). This can cause annoyance when they use other apps that use
the same port (:8000
) because the browser can use the cached redirect.
Edit: Or, over 302
, perhaps 303
(See Other) should be used. Anyway, I just think it should be changed from "301
Moved Permanently".