Lloyd Brookes

Results 159 comments of Lloyd Brookes

sorry, it was an issue with the README - it's fixed now. @donaldpipowitch

Hi, thanks for the report. Yes, CORS headers should be added in this case - I will look into it.

I'm not 100% clear what the issue is here. Your browser made a request to `/api/x` - as far as your browser knows this is a regular, local request just...

Sorry, I haven't had time to action this yet so I will give you instructions on how to test a solution yourself. 1. Fork and checkout this repo: https://github.com/lwsjs/rewrite 2....

@iki did you resolve this in the end?

Try omitting [lws-body-parser](https://github.com/lwsjs/body-parser) from the stack.. if you run this command you'll see the default middleware stack (the list of middleware plugins that are active by default): ``` $ ws...

OK, I'm glad we isolated the issue. However, I still need to fix lws-body-parser. I'll look into adding a new option which increases the maximum size of files supported by...

yes, both features are required - I will write some instructions later.. In the meantime, feel free to try some ideas!

lws-rewrite does not currently support rewriting Websocket requests (which can only be proxied via HTTP Connect tunnelling) but i've starting looking for a solution which also honours corporate HTTP proxies.

Yes, help welcome thanks.. I should write some contributing guidelines - will add it to my list, thanks.