You are reading a single comment by @Wilberforce and its replies. Click here to read the full conversation.
  • ...in deed, that's how I got it working..., *BUT*, there seems to be an error in url.parse(): no matter what the method is - even if it is proven POST - the parsed object says for method: "GET".

  • var r = url.parse(req.url, true);

    As req.url is passed to url.parse, and not just req there is no way of determining the url.method.

About

Avatar for Wilberforce @Wilberforce started