gr3p1p3

Results 18 comments of 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')...

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!

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 :)