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
What did you expect to happen? What happened instead?
I have a self-hosted Browsertrix instance set up, and I would like to connect the ArchiveWeb.page extension to it. I can successfully log in via the Browsertrix web interface.
Here is a curl command one can obtain from the web UI login process, which runs successfully:
ArchiveWeb.page Version
0.14.1
What did you expect to happen? What happened instead?
I have a self-hosted Browsertrix instance set up, and I would like to connect the ArchiveWeb.page extension to it. I can successfully log in via the Browsertrix web interface.
Here is a curl command one can obtain from the web UI login process, which runs successfully:
And here is what's sent from the extension:
The issue seems to be in the different content types and payloads. According to the API spec,
application/x-www-form-urlencoded
is the correct content type: https://docs.browsertrix.com/api/#tag/auth/operation/login_api_auth_jwt_login_postCould you please fix the login field to use the correct content type?
Step-by-step reproduction instructions
Additional details
No response
The text was updated successfully, but these errors were encountered: