Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试创建一个从另一个网站检索内容的代理网页。
加载 html 内容,但找不到使用相对 url 的 javascript/css/images,因为它们指向本地服务器。
在不解析内容和重写 url 的情况下(特别是因为一些 url 是通过 javascript 生成的),有没有办法通过 response.headers 指定基本 url(如在 html 头中)来欺骗浏览器,以便页面还能继续运作吗?
尝试 Content-Base 响应标头,例如
Content-base: http://google.com/