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 cannot find a way to use spdycat with basic authentication, because it does not have curl like option --user nor does it support url in format https://user:password@host.
Is there any way to use spdycat when basic authentication is used?
The text was updated successfully, but these errors were encountered:
We have base64 encoder, so it is not hard to add this functionality. Just add new option and add authorization header to custom header fields added by -H option.
I cannot find a way to use
spdycat
with basic authentication, because it does not have curl like option--user
nor does it support url in formathttps://user:password@host
.Is there any way to use
spdycat
when basic authentication is used?The text was updated successfully, but these errors were encountered: