mirror of
https://github.com/kennethreitz/httpbin.git
synced 2026-06-05 23:00:18 +00:00
f8a9c5638490a7d79b9d1d9ad3b9b44a6a98b5ec
- first request with proper credentials is rejected with stale=true and cookie is set to be able to detect that request was resent with new nonce value - second request with proper credential is accepted since contains respective cookie value as response cookie value is changed so next request will be rejected with stale=true again
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%
