On Fri, Nov 4, 2016 at 10:20 AM, <[email protected]> wrote: > * that the Location response header (if present) has a valid scheme and is > absolute
Too strict? https://tools.ietf.org/html/rfc7231#section-7.1.2 The "Location" header field is used in some responses to refer to a specific resource in relation to the response. The type of relationship is defined by the combination of request method and status code semantics. Location = URI-reference The field value consists of a single URI-reference. When it has the form of a relative reference ([RFC3986], Section 4.2), the final value is computed by resolving it against the effective request URI ([RFC3986], Section 5). There is even an example with no scheme: Location: /People.html#tim -- Eric Covener [email protected]
