I'm pretty sure this was covered in another post quite recently. If you do url.parse("url") then Espruino has no idea whether to use GET or POST - so it defaults to GET. That's likely what you're seeing.
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
I'm pretty sure this was covered in another post quite recently. If you do
url.parse("url")
then Espruino has no idea whether to use GET or POST - so it defaults toGET
. That's likely what you're seeing.