HTTP POST Request Issue

Basically, my POST request should look like this (if it were JavaScript):
image

Here are my code blocks:

But when the request runs, I get:
Error 1103: Unable to complete request with the given text: "{"message": "test message"}"

What am I doing wrong?

try this, instead:

Try just writing the PostText as text in a text block:

{"message":"Hello World"}

1 Like

@NishyanthKumar @TIMAI2 , unfortunately none of these ways worked:

I still get the same error.

Nevermind, this:
image

worked after I removed the "www" from the URL.

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.