You are reading a single comment by @Robin and its replies.
Click here to read the full conversation.
-
Mon 2020.01.27
@Raik, untested but was the note immediately above the snippet observed?
"Description
Create an HTTP Request -end()
must be called on it to complete the operation."See sample in 'POST' example:
-
Ahh yes, that did it, thanks!
I was looking at the http.request reference and basically tried using the code there , which has no call to end.
Hi all,
I can for the life of me not get the http.request to work but the http.get works just fine. Please see the code I use below. The http.request just does nothing, seemingly the callbacks don't get fired at all.
I played around with all kind of different options, but none seem to work. I'm puzzled... once again.