From df28a4eb78de7ac9e2d42802f70c5d70ed8ce5e8 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Sun, 9 Oct 2011 08:54:04 -0400 Subject: [PATCH] 404'd --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ded00f0..736b6ce 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ Freely hosted in [HTTP](http://httpbin.org) & - [`/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. +- [`/hidden-basic-auth/:user/:passwd`](http://httpbin.org/hidden-basic-auth/user/passwd) 404'd BasicAuth. - [`/digest-auth/:qop/:user/:passwd`](http://httpbin.org/digest-auth/auth/user/passwd) Challanges HTTP Digest Auth