Can you automatically map relative path from the destination? #1680
-
Please forgive my ignorance, first time I'm in need of a proxy and still have to wrap my head around a few things. My question is the following: I have the following config in appsettings.json
So far so good, however the local webserver has some static files, such as images, css and json:
These are not mapped correctly, ending up in a 404 response, since for example the path https://myawesomesite.test/img/img01.jpg does not exist. I tested around adding extra routes for these folders, e.g.
Which seems to work, however
So the question is, how this is normally done? Is it possible to automate the mapping of these paths in the response html? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Check out #717 |
Beta Was this translation helpful? Give feedback.
Check out #717