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
{{ message }}
This repository has been archived by the owner on Jan 7, 2024. It is now read-only.
The authorization header (or any headers) aren't being passed through for POST requests that are sent directly to the SD server (i.e. those that aren't using the qubes proxy)
Steps to reproduce
Just make any POST request using the SDK while authenticated, e.g.: API.add_star(source)
Expected behavior
201 response
Actual behavior
403 due to auth header not getting passed through
The text was updated successfully, but these errors were encountered:
The authorization header (or any headers) aren't being passed through for POST requests that are sent directly to the SD server (i.e. those that aren't using the qubes proxy)
Steps to reproduce
Just make any POST request using the SDK while authenticated, e.g.:
API.add_star(source)
Expected behavior
201 response
Actual behavior
403
due to auth header not getting passed throughThe text was updated successfully, but these errors were encountered: