-
First of all,
I sincerely thank you for taking the time to do the coding for me.
However, I have a problem and I would like to ask for your help.
When I click the "subscribe" button,
I met error…
-
Although `HTTP::Tiny` is [capable](https://metacpan.org/pod/HTTP::Tiny#request) of doing basic access authentication, the support for [digest access authentication](https://en.wikipedia.org/wiki/Dige…
-
In 0.28-pre, users can activate basic and digest authentication with:
```
curl --digest --user admin:mythtv --data Key=HTTP/Protected/Urls --data Value=/ BE:6544/Myth/PutSetting
```
Where the '/…
-
The body in the 401 response is not read which makes the authentication to fail, I get the exception ("No colon found.", "header").
If I read the body after the header in the method WsStream::ReadHan…
kjla updated
10 years ago
-
[Feature Request]
Could this be a possibility?
Sending over a password in plaintext is something I don't really like.
-
Implement digest based authentication like AWS, but without their own custom headers
http://s3.amazonaws.com/doc/s3-developer-guide/RESTAuthentication.html.
Update wiki accordingly.
-
Output of `rest-server --version`
---------------------------------
rest-server 0.9.7 (v0.9.8-25-g924f6c9) compiled with go1.14.2 on linux/amd64
What should rest-server do differently?…
-
A lot of services use digest authentication instead of basic. It would be great if this was supported. Currently basic is hardcoded within the sources.
-
The [documentation](http://w3af.org/features) claims that w3af supports "HTTP Basic and Digest authentication". HTTP basic auth is clearly done in basic_auth_user, basic_auth_passwd and basic_auth_dom…
-
I have setup a squid3 on ubuntu14.04 and tried using Drony to connect to it. Drony keeps prompting username and password while squid3 access log keeps show HTTP407 responses. Would that be my configur…