express-request-proxy icon indicating copy to clipboard operation
express-request-proxy copied to clipboard

Prevent calling decodeURIComponent on url it is proxying

Open amir734jj opened this issue 4 years ago • 0 comments

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.

amir734jj avatar Oct 31 '20 06:10 amir734jj