Skip to content
This repository has been archived by the owner on Jan 7, 2024. It is now read-only.

headers not sent on POST requests sent directly to server #25

Closed
redshiftzero opened this issue Oct 19, 2018 · 0 comments · Fixed by #26
Closed

headers not sent on POST requests sent directly to server #25

redshiftzero opened this issue Oct 19, 2018 · 0 comments · Fixed by #26
Labels
bug Something isn't working

Comments

@redshiftzero
Copy link
Contributor

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant