Skip to content

Commit

Permalink
Allow HEAD requests in public category
Browse files Browse the repository at this point in the history
Fix #94
  • Loading branch information
untitaker committed Oct 15, 2015
1 parent bd46e5a commit 9240b79
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions source.txt
Original file line number Diff line number Diff line change
Expand Up @@ -388,12 +388,12 @@ Table of Contents
<module> ':r') any GET or HEAD requests to paths that start with
'/' <module> '/' or '/public/' <module> '/',

As a special exceptions, GET requests to a document (but not a
folder) whose path starts with '/public/' are always allowed. They,
as well as OPTIONS requests, can be made without a bearer token.
Unless [KERBEROS] is used (see section 10 below), all other requests
SHOULD present a bearer token with sufficient access scope, using a
header of the following form (no double quotes here):
As a special exceptions, GET and HEAD requests to a document (but
not a folder) whose path starts with '/public/' are always allowed.
They, as well as OPTIONS requests, can be made without a bearer
token. Unless [KERBEROS] is used (see section 10 below), all other
requests SHOULD present a bearer token with sufficient access scope,
using a header of the following form (no double quotes here):

Authorization: Bearer <access_token>

Expand Down

0 comments on commit 9240b79

Please sign in to comment.