urbit/pkg/arvo/tests/sys/vane
Liam Fitzgerald b553d57c29 eyre: 303 redirect on successful login
Changes the HTTP status code of the redirect that occurs upon a
successful login from 307 to 303. 307 preserves the method of the
original request, so the redirected request is a POST. With the new SPA,
this causes a 404 as app/file-server validates the method of the
request, something that did not happen in earlier versions of landscape.
303 instead changes the method to always produce a GET request.
2020-06-04 15:09:00 +10:00
..
ames.hoon test: updates vane calling convention 2020-02-26 16:56:17 -08:00
clay.hoon Merge branch 'master' into arvo-errors 2020-03-05 11:56:49 -08:00
eyre.hoon eyre: 303 redirect on successful login 2020-06-04 15:09:00 +10:00
ford.hoon test: updates vane calling convention 2020-02-26 16:56:17 -08:00
gall.hoon test: updates vane calling convention 2020-02-26 16:56:17 -08:00
iris.hoon test: updates vane calling convention 2020-02-26 16:56:17 -08:00