gr3p1p3
gr3p1p3
I tried with your proxy and CURL and it didnt work as well! Your Proxy returns an 200-Code response and then it seems to make something strange with the response....
> Hi! Thanks for project! Im trying to implement simple proxy server with auth, and i got same issue, can you help me with curl log? without auth all works...
You could use native nodejs to do this, but I think I will extend the data buffers with some special method to easier parse headers & body!! This will maybe...
Try with the version @1.11.7 ```javascript const server = new ProxyServer({ verbose: true, intercept: true, injectResponse: (data, session) => { if (session.response.complete //if response is finished && session.response.headers['content-encoding'] === 'gzip')...
Is someone still having this issue?
It was an Error rebuilding headers from payload for proxy with credentials! Update and try again.
This should not be needed, because it happens on 'close' event!
Pleaase try with v1.12.8 :) It should be fixed! Let me know!
Ok, I made a mistake with encoding. It is solved with [this commit](https://github.com/gr3p1p3/transparent-proxy/commit/d8322b629345edf02d0d921fc4f17836f6500208). Download the version @1.12.9 and let me know :)
You have to use promise to do this! :)