Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FS#2852 - uclient-fetch (wget) buggy with http-auth #7641

Open
openwrt-bot opened this issue Feb 24, 2020 · 0 comments
Open

FS#2852 - uclient-fetch (wget) buggy with http-auth #7641

openwrt-bot opened this issue Feb 24, 2020 · 0 comments
Labels

Comments

@openwrt-bot
Copy link

reinerotto:

When doing a wget (via uclient-fetch) including user/password (http-auth), on my server I see following log from apache2:

172.16.0.1 - - [24/Feb/2020:09:44:51 +0100] "GET xxxxxx.php?mac=AA:BB:CC:DD:EE:FF HTTP/1.1" 401 596 "-" "uclient-fetch"
172.16.0.1 - username [24/Feb/2020:09:44:52 +0100] "GET xxxxxx.php?mac=AA:BB:CC:DD:EE:FF HTTP/1.1" 200 212 "-" "uclient-fetch"

This is reproducable; looks like first a GET without auth, and then a retry incl. auth.

wget from busybox works flawlessly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant