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
I have some HTTP services that require Basic Auth, so without it the result is a 401 - which I want to count as a success. Is there a way of doing this with a custom script?
The text was updated successfully, but these errors were encountered:
I'd rather not have to duplicate info about my passwords anywhere else. The 401 should be a success, because it's what signals that my app is working properly.
I have some HTTP services that require Basic Auth, so without it the result is a 401 - which I want to count as a success. Is there a way of doing this with a custom script?
The text was updated successfully, but these errors were encountered: