nitoyon/livereloadx

Reverse Proxy for HTTP POST not working with 'prefer local'

Closed this issue · 2 comments

First of all, thank you very much for this great piece of software. I'm already a big fan. Ok, and now to the issue: when I start livereloadx like this: livereloadx -l -p 35729 src/main/webapp/ --proxy http://localhost:8080/ it doesn't respond to POST commands. I haven't tried PUT or DELETE but it might be a problem as well. I tested it with this curl command after realizing that chrome kept the status "pending" for POST requests:
curl -X POST -H "Content-Type: application/json" -d '{"paperId":"115","rate":"5"}' http://localhost:35729/rest/speakerRate/115

It would be great if you could fix this!
Kind regards,
Daniel

Thank you for your bug report. I'll fix it later!

@squix78 This bug is fixed on v0.3.1.