Post method syntax browser

Hi,

I'm working on the examples from the Node-Red Cookbook.
I'm stuck with the node-red post example.
What do I have to type in the browsers address?


When I type curl -X POST -d 'Nick' and so, I'm redirected to the search function of Google.
But I can't find the right syntax.
Thank you for your help.
Yvonne

Hi @lodv

curl is a command-line tool used to make HTTP requests. It isn't something you'd type into the browser.

Thanks. Now I understand and it works.

Yvonne