live-server icon indicating copy to clipboard operation
live-server copied to clipboard

Support for POST

Open r03ert0 opened this issue 3 years ago • 1 comments

Issue description

live-server does not support POST, however @devSonicgirl has a simple fix that makes POST possible \o/

https://github.com/tapio/live-server/issues/222

Would it be possible to integrate this to the main repo? (not to have to run a hacked version of live-server...)

r03ert0 avatar Oct 29 '20 10:10 r03ert0

I started to write a PR but then realized my issue was actually something else. I'm not sure how much sense it makes to support POST in this way. If the live-reload script is injected in to the POST response, then any change to the source file with POST again.

POST is already supported by the --proxy option.

rpaterson avatar Jan 18 '21 10:01 rpaterson