You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The code as it is works with https://partner.archive-it.org/login as the login endpoint (authurl in settings), but will not work with https://partner.archive-it.org/wasapi/v1/login.
Naomi found it asking for Http Referer header to be filled out, and then
this site requires a CSRF cookie when submitting forms
if Http Referer header was set.
Naomi used a simple rest client with Firefox, and sending over the username and password with HTTP Basic Auth worked fine.
We asked in wasapi-ref-impl channel which login endpoint is correct, etc.
The text was updated successfully, but these errors were encountered:
The code as it is works with
https://partner.archive-it.org/login
as the login endpoint (authurl
in settings), but will not work withhttps://partner.archive-it.org/wasapi/v1/login
.Naomi found it asking for Http Referer header to be filled out, and then
this site requires a CSRF cookie when submitting forms
if Http Referer header was set.
Naomi used a simple rest client with Firefox, and sending over the username and password with HTTP Basic Auth worked fine.
We asked in wasapi-ref-impl channel which login endpoint is correct, etc.
The text was updated successfully, but these errors were encountered: