From 378edb8f51d0b24cb29e446f9037b32e9b3c17f5 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Mon, 13 Jun 2011 13:51:02 -0400 Subject: [PATCH] new /basic-auth endpoint --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 06c09f1..6b6b346 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ httpbin(1): HTTP Client Testing Service - [`/`](http://httpbin.org) This page. - [`/ip`](http://httpbin.org/ip) Returns Origin IP. - [`/user-agent`](http://httpbin.org/user-agent) Returns user-agent. -- [`/headers`](http://httpbin.org/hearders) Returns header dict. +- [`/headers`](http://httpbin.org/headers) Returns header dict. - [`/get`](http://httpbin.org/get) Returns GET data. - `/post` Returns POST data. - `/put` Returns PUT data. @@ -16,6 +16,7 @@ httpbin(1): HTTP Client Testing Service - [`/redirect/:n`](http://httpbin.org/redirect/6) 302 Redirects *n* times. - [`/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) Challenges HTTPBasic Auth (user:passwd). ## DESCRIPTION