Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HTTP parameter support? #82

Open
drwelby opened this issue Nov 8, 2024 · 3 comments
Open

HTTP parameter support? #82

drwelby opened this issue Nov 8, 2024 · 3 comments

Comments

@drwelby
Copy link

drwelby commented Nov 8, 2024

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.

@kylebarron
Copy link
Member

It's not clear to me that this is currently implemented in the Rust object_store library.

I asked in Discord and I'll let you know.

@kylebarron
Copy link
Member

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)

@drwelby
Copy link
Author

drwelby commented Nov 11, 2024

Thanks for checking. We also have to send other parameters too but auth gets to be the first thing to notice something missing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants