You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: