From 239a7061f83231f2bac362c6b817a5ae10bd6696 Mon Sep 17 00:00:00 2001 From: Linus Lewandowski Date: Tue, 22 May 2018 12:28:41 +0200 Subject: httpauth: add support for Bearer tokens Closes #2102 --- tests/data/Makefile.inc | 1 + tests/data/test2074 | 57 +++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 58 insertions(+) create mode 100644 tests/data/test2074 (limited to 'tests/data') diff --git a/tests/data/Makefile.inc b/tests/data/Makefile.inc index 2d811694d..bce8c9798 100644 --- a/tests/data/Makefile.inc +++ b/tests/data/Makefile.inc @@ -196,5 +196,6 @@ test2056 test2057 test2058 test2059 test2060 test2061 test2062 test2063 \ test2064 test2065 test2066 test2067 test2068 test2069 \ \ test2070 test2071 test2072 test2073 \ +test2074 \ \ test3000 test3001 diff --git a/tests/data/test2074 b/tests/data/test2074 new file mode 100644 index 000000000..ecff8fe7e --- /dev/null +++ b/tests/data/test2074 @@ -0,0 +1,57 @@ + + + +HTTP +HTTP GET +AUTH OAUTHBEARER + + + +# +# Server-side + + +HTTP/1.1 200 OK +Date: Thu, 09 Nov 2010 14:49:00 GMT +Server: test-server/fake +Last-Modified: Tue, 13 Jun 2000 12:10:00 GMT +ETag: "21025-dc7-39462498" +Accept-Ranges: bytes +Content-Length: 6 +Connection: close +Content-Type: text/html +Funny-head: yesyes + +-foo- + + + +# +# Client-side + + +http + + +HTTP GET + + +http://%HOSTIP:%HTTPPORT/2074 --oauth2-bearer mF_9.B5f-4.1JqM + + + +# +# Verify data after the test has been "shot" + + +^User-Agent:.* + + +GET /2074 HTTP/1.1 +Host: %HOSTIP:%HTTPPORT +Authorization: Bearer mF_9.B5f-4.1JqM +Accept: */* + + + + -- cgit v1.2.3