Ignore path and the trailing slash
Created by: mereghost
As I need to rewrite the request URL as it does not map perfectly to the applications under the proxy, I've set ignorePath to true.
Then I proceeded to define the target as a full doctored url (a valid URL for my applications), but as in common.js:82 it does not truly ignore the path. It sets it to '/' and them proceeds to append it to target / forward.
Is there any way around that? Is there a better way to do what I need?