vtulin
vtulin
@wprogeye Could you please share some code? I can't make it work html-loader crashes with directTemplateLoading=false whatever I do It shows this https://ibb.co/KrST2dZ Thank you
> Thanks @wawahuy I switched to https://www.npmjs.com/package/mockttp Could you please give a short piece of code how to use it? I have the same issue
> > [httptoolkit/mockttp#76](https://github.com/httptoolkit/mockttp/issues/76) > It looks like mockttp depends on a module called vm2 which has a binary, this is not equal replacement as http-mitm-proxy is script only. For me...
> > So maybe it's the `Proxy.gunzip` middleware that doesn't work properly? I found the problem, that was so simple, we should take a look on `content-encoding` in response, there...
> Ok, I see you're solving a different task. But since I promised to share, here is my proxy code: https://github.com/OnkelTem/wmod-proxy/blob/master/src/proxy.ts (not finished or well tested) Thank you