Sometimes when you make a request to a URL behind earthdata login, after a series of redirects, you get sent to a signed S3 URL. This should be transparent to the client, as the URL itself contains all the authentication needed for access.
However, sometimes, in some clients, you get a generic 403 Forbidden here without much explanation. It has something to do with other auth being sent alongside (see #187 for more vague info).
We should document what this is, and why you get the 403. This documentation would allow developing workarounds for various clients if needed.
Sometimes when you make a request to a URL behind earthdata login, after a series of redirects, you get sent to a signed S3 URL. This should be transparent to the client, as the URL itself contains all the authentication needed for access.
However, sometimes, in some clients, you get a generic
403 Forbiddenhere without much explanation. It has something to do with other auth being sent alongside (see #187 for more vague info).We should document what this is, and why you get the 403. This documentation would allow developing workarounds for various clients if needed.