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

Connection: avoid sending backend oriented headers when doing requests to non-backend domains #201

Closed
soxofaan opened this issue Apr 15, 2021 · 0 comments

Comments

@soxofaan
Copy link
Member

This came up in discussions about signed URLs for batch job results (Open-EO/openeo-python-driver#50, Open-EO/openeo-api#380): batch job result assets could be hosted on different domain than the openEO backend (e.g. S3).
The Connection object should not include backend oriented headers (like Auth headers) when doing requests to these different domains. At the moment there is this blind assumption that all Connection requests are done to same backend.

soxofaan added a commit that referenced this issue Apr 19, 2021
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

1 participant