Search found 1 match
- Fri Mar 28, 2025 8:57 am America/New_York
- Forum: Home
- Question: wget 403 forbidden
- Replies: 11
Re: wget 403 forbidden
I was having similar issues with regards to getting the token - I modified the wget command as follows wget -q -O - --method POST --user=xxxxx --ask-pass --auth-no-challenge https://appeears.earthdatacloud.nasa.gov/api/login changing the --password= to --ask-pass which generated a token after runnin...