Does Netlify change requests from the browser during proxying?

I want to use the Proxy function to put another site in the / blog / * namespace.

Although the top page was able to be Proxy, there are some parts that use relative links in the original site, such as css.

Can this be rewritten during Proxy? (e.g: /style.css => /bkig/style.css)

Howdy and sorry to be slow to see this post and get back to you!

You should check out this article which describes a better workflow (deploy the html in the proxy’d to path on the second site, and then you can use relative links within that site):

but TL;DR to answer your exact question, no, we won’t change any requests from the browser during proxying.

Thank you for answering. I decided to rewrite it with a build script.