From 766c30685a0e57b4a4b5f3c47af39b6889d5804b Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Sat, 23 Jul 2011 20:44:00 -0400 Subject: [PATCH] docs for hidden-basic-auth --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 09cab5a..7b3a843 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,7 @@ Freely hosted in both [HTTP](http://httpbin.org) and [HTTPS](https://httpbin.ep. - [`/cookies`](http://httpbin.org/cookies) Returns cookie data. - [`/cookies/set/:name/:value`](http://httpbin.org/cookies/set/key/value) Sets a simple cookie. - [`/basic-auth/:user/:passwd`](http://httpbin.org/basic-auth/user/passwd) Challenges HTTPBasic Auth. +- [`/hidden-basic-auth/:user/:passwd`](http://httpbin.org/hidden-basic-auth/user/passwd) 404's if not proper HTTPBasic Auth. ## DESCRIPTION