muses-fm / muses

MUSES.FM is a community-owned music promotion platform centered around playlists and built on DFINITY.
4 stars 0 forks source link

Fix HTTP code used for redirect #115

Closed nop33 closed 3 years ago

nop33 commented 3 years ago

The currently used redirect code (301 Move Permanently) is not the right code to use in our use-case, because now Chrome/Brave has cached the redirect rule and I need to clear my browser cache to fix it. I should have used the 307 Temporary Redirect.

https://en.wikipedia.org/wiki/List_of_HTTP_status_codes