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/test2074 | 57 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 57 insertions(+) create mode 100644 tests/data/test2074 (limited to 'tests/data/test2074') 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