ost.helpers.asf_wget.SessionWithHeaderRedirection

class ost.helpers.asf_wget.SessionWithHeaderRedirection(username, password)[source]

A class that helps connect to NASA’s Earthdata

Attributes

Methods

rebuild_auth

When being redirected we may want to strip authentication from the request to avoid leaking credentials.

SessionWithHeaderRedirection.rebuild_auth(prepared_request, response)[source]

When being redirected we may want to strip authentication from the request to avoid leaking credentials. This method intelligently removes and reapplies authentication where possible to avoid credential loss.