HTTP Content-Location for setting base URL -


according w3, 14.14 content-location includes:

content-location defines base uri entity

i'm trying do:

  • /foo/123 url document can served json or html
  • i want serve html requests such html-linked resources(images, css, ect) subsequently required use base url other /foo

however, browsers not respecting this. there way outside <base>?

you looking @ outdated spec (which way ietf spec, not w3c spec). please see http://greenbytes.de/tech/webdav/rfc7231.html#header.content-location


Comments

Popular posts from this blog

css - SVG using textPath a symbol not rendering in Firefox -

Java 8 + Maven Javadoc plugin: Error fetching URL -

node.js - How to abort query on demand using Neo4j drivers -