mirror of
https://github.com/kennethreitz/httpbin.git
synced 2026-06-05 23:00:18 +00:00
1bf7a6f23b36f23511be36268cc4e1d5c0008a1b
Our digest auth endpoint will once again return a fake cookie but will only require it if the query-string parameter `require-cookie` is present. Further, this fixes a bug in the digest auth implementation in httpbin where we were only considering the path portions of the request-uri in the specification. RFC 7230 is very clear that the request-uri includes the query-string if it is present which means it is necessary in our digest auth handling.
httpbin(1): HTTP Request & Response Service
A Kenneth Reitz Project.
See http://httpbin.org for more information.
Officially Deployed at:
- http://httpbin.org
- https://httpbin.org
- http://eu.httpbin.org
- https://eu.httpbin.org
- https://hub.docker.com/r/kennethreitz/httpbin/
SEE ALSO
Languages
Python
77.4%
HTML
22.2%
Dockerfile
0.4%
