diff --git a/httpbin/templates/httpbin.1.html b/httpbin/templates/httpbin.1.html index b0a7fa6..d892627 100644 --- a/httpbin/templates/httpbin.1.html +++ b/httpbin/templates/httpbin.1.html @@ -23,7 +23,7 @@
  • /cookies Returns cookie data.
  • /cookies/set/:name/:value Sets a simple cookie.
  • /basic-auth/:user/:passwd Challenges HTTPBasic Auth.
  • -
  • /hidden-basic-auth/:user/:passwd 404's if not proper HTTPBasic Auth.
  • +
  • /hidden-basic-auth/:user/:passwd 404'd BasicAuth.
  • /digest-auth/:qop/:user/:passwd Challanges HTTP Digest Auth