Closed olehermanse closed 4 years ago
Changed response code from 301 to 302.
301 is "Permanently moved".
302 is "Temporary Redirect / Found".
Chrome seems to cache the 301 redirect, which is not what we want. (We want it to redirect to a new buffer every time).
In the future we should probably just do this in the frontend, without a separate request.
Changed response code from 301 to 302.
301 is "Permanently moved".
302 is "Temporary Redirect / Found".
Chrome seems to cache the 301 redirect, which is not what we want. (We want it to redirect to a new buffer every time).
In the future we should probably just do this in the frontend, without a separate request.