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
On OS X the password should be escaped to deal with special characters to bash. For example, I had a "!" in my password with failed the call. In the WebAuthenticator_PrepareCurl method, I replaced:
I found a defect in the HTTPAuthenticator
On OS X the password should be escaped to deal with special characters to bash. For example, I had a "!" in my password with failed the call. In the
WebAuthenticator_PrepareCurl
method, I replaced:with
The text was updated successfully, but these errors were encountered: