Subject: | Content-Location header in HTTP::Response |
Although RFC 2616 does say that Content-Location sets the base URI for a
response, browsers have never implemented it that way. As a result, in
the forthcoming update to HTTP 1.1 this is being changed, and Content-
Location should no longer set the base URI.
See http://trac.tools.ietf.org/wg/httpbis/trac/ticket/154
I'd like to request HTTP::Response's "base" method no longer takes
Content-Location into account, or some sort of option be provided to
allow it to be ignored.