I'm wondering if this is at all possible with Hiawatha:
I want a reverse proxy which accepts only a few URLs and forward them to a backend webserver. For one of the URLs I want to perform a rewrite of the URL as well.
http://10.1.2.3/site2/myimage.jpg should be rewritten to http://192.168.1.10/another/site2/myimage.jpg http://10.1.2.3/site3/something should forward the request to http://192.168.1.20/something
In the last example I want to remove the site3 from the URL before requesting that URL from the backend.
I've managed to get the first part to work perfectly. And I believe I've made is the correct Rewrite Toolkit for the last 2nd example. But I am unable to get the requests forwarded to the backend of the 2nd example.