Changes between Initial Version and Version 1 of Ticket #22596, comment 21


Ignore:
Timestamp:
2023-11-16T22:00:53+01:00 (2 years ago)
Author:
hhtznr

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #22596, comment 21

    initial v1  
    77>   * Same protocol (`http != https`) -- `http -> https` is probably fine, but I'd rather not define the security of the protocol.
    88>   * Same host (`data.usgs.gov != other.data.usgs.gov`)
    9 With NASA, we would always want to send auth information to a different host. However, we know the hostname in advance as it is specified. We want to get the desired resource from `e4ftl01.cr.usgs.gov`, but we will be redirected to `https://urs.earthdata.nasa.gov` for auth and redirected back to the resource on the initial host afterwards.
     9With NASA, we would always want to send auth information to a different host. However, we know the hostname in advance as it is specified. We want to get the desired resource from `e4ftl01.cr.usgs.gov`, but we will be redirected to `urs.earthdata.nasa.gov` for auth and redirected back to the resource on the initial host afterwards.