express-request-proxy
express-request-proxy copied to clipboard
Prevent calling decodeURIComponent on url it is proxying
I am wondering is there a way to stop express-request-proxy
from decoding the URL that is proxying? I asked this question on StackOverFlow as well.
This line is the source of my problem: https://github.com/dvonlehman/express-request-proxy/blob/a32f5918d9aed6c42483c76df7445a00693f43bc/lib/request-options.js#L50
I appreciate any help or hint.