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

Basic Authentication header being sent regardless of 401 return #130

Open
jkbzh opened this issue Jun 29, 2014 · 0 comments
Open

Basic Authentication header being sent regardless of 401 return #130

jkbzh opened this issue Jun 29, 2014 · 0 comments

Comments

@jkbzh
Copy link

jkbzh commented Jun 29, 2014

Hi, could it be possible to have a flag to make the HTTP requests that require authentication behave like inside a browser? That is, if the flag is set, the Basic Authentication header won't be sent unless the server's replies a 401. Today, the Basic Authentication header is systematically sent once it is set.

The workaround I had for this was to make a wrapper class on top of funkload and override the behavior of the HTTP methods. This solved my problem.

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

No branches or pull requests

1 participant