Uclient-fetch and basic auth

uclient-fetch as a clone of wget uses Auth Challenge. The first request sent without credentials and server should respond with 401 AND realm. Only then wget will send another request with credentials.
When you are using wget you can add --auth-no-challenge option to send the request directly.
I proposed to remove the Auth Challenge from uclient-fetch Uclient-fetch: add more options from wget and uclient-curl

1 Like