mirror of
https://github.com/YunoHost-Apps/ihatemoney_ynh.git
synced 2024-09-03 19:26:15 +02:00
9eab5be9a3
This is mainly because 301 is cacheable whereas 303 (See other) isn't. The redirect response given by the app when trying to connect to a project (via /project_name) while not authenticated was to permanently redirect to /authenticate. Once authenticated, the browser was redirected to the /project_name, that was cached, leading to an endless loop. 303 see other allows to solve this problem. |
||
---|---|---|
.. | ||
static | ||
templates | ||
default_settings.py | ||
forms.py | ||
models.py | ||
tests.py | ||
utils.py | ||
web.py |