Skip to content

Commit

Permalink
Merge pull request #97 from untitaker/issue-94-head-in-public-category
Browse files Browse the repository at this point in the history
Allow HEAD requests in public category
  • Loading branch information
michielbdejong committed Nov 17, 2015
2 parents ed5886a + 9240b79 commit 761ae62
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 761ae62

Please sign in to comment.