Replies: 1 comment
-
Requests, auth, etc. is all a bit of a black box to me, but I'm trying to use earthaccess to get the proper credentials to then order/download ICESat-2 data (for within icepyx). I can log in with earthaccess, but try as I might, I cannot figure out how to pass that authentication to NSIDC's EGI (the ICESat-2 subsetter, base url). So far, everything I've tried results in a 401 authentication error (or simply no content in the response). I have no idea if I'm somehow not passing credentials correctly or if it really is somehow not accepting my credentials. Happy to try and note this here or elsewhere as a use case, and would appreciate any feedback on what to try. |
Beta Was this translation helpful? Give feedback.
-
We made an attempt at this in https://hackmd.io/T73AtFTnS4C_Ez9JfGNldA.
The goal is to try to describe exactly the HTTP requests and responses that happen whenever we try to access earthdata login protected data. This can and does differ based on the following criteria:
Doing this at the HTTP protocol layer really helps us understand where problems are and how we can solve them - not just in python, but in all other languages.
Beta Was this translation helpful? Give feedback.
All reactions