I'd like to use erddapy with an ERDDAP endpoint that is protected with basic authentication (username/password): https://cgoms.coas.oregonstate.edu/erddap
If we were just using requests, we could use this, right?
http://docs.python-requests.org/en/master/user/authentication/
But is that right approach here?
Or should I just give up on expecting we could access protected endpoints with erddapy?
I'd like to use
erddapywith an ERDDAP endpoint that is protected with basic authentication (username/password): https://cgoms.coas.oregonstate.edu/erddapIf we were just using
requests, we could use this, right?http://docs.python-requests.org/en/master/user/authentication/
But is that right approach here?
Or should I just give up on expecting we could access protected endpoints with erddapy?