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
Is it possible to fetch from an HTTPStore a path that has query parameters appended to the URL? I need to pass an authentication key as &api_key=1234 and best I can tell it's getting stripped as the target server is giving me a 401 error saying no authentication was found.
The text was updated successfully, but these errors were encountered:
It is possible, however, to set default headers for each request. So this could work with server that understands those for auth (ability to set default headers is being added in #81)
Is it possible to fetch from an
HTTPStore
a path that has query parameters appended to the URL? I need to pass an authentication key as&api_key=1234
and best I can tell it's getting stripped as the target server is giving me a 401 error saying no authentication was found.The text was updated successfully, but these errors were encountered: