Hello,
we are experiencing some issues trying to download data through cURL (from C++).
The issue arises when a password including special characters is used, returning a 401 response. Applying the fix reported here: https://docs.asf.alaska.edu/api/troubleshooting/ -> "Passwords with special characters will need to be inside quotes" seems to have no effect, returning a 401 response as well.
How should a password like password!1 be formatted in order to work with the ASF API? We have tried the following but none worked:
"password!1"
%22password!1%22
password%211
%22password%211%22
kind regards,
Loris
we are experiencing some issues trying to download data through cURL (from C++).
The issue arises when a password including special characters is used, returning a 401 response. Applying the fix reported here: https://docs.asf.alaska.edu/api/troubleshooting/ -> "Passwords with special characters will need to be inside quotes" seems to have no effect, returning a 401 response as well.
How should a password like password!1 be formatted in order to work with the ASF API? We have tried the following but none worked:
"password!1"
%22password!1%22
password%211
%22password%211%22
kind regards,
Loris
Statistics: Posted by loris.copa — Wed Feb 21, 2024 5:59 am America/New_York