HOW DO I POST TO URL USING JSON DATA? Elsewhere I can get the data back properly but not with Construct.
For example here : reqbin.com/post-online
Post : les-eco-artisans.herokuapp.com/login
JSON :
{
"email" : "dany@dany.fr",
"password": "123456"
}
What am I doing wrong?
It may be difficult to deal with all those quotation marks, so here is how I usually do this:
It still does not work
Develop games in your browser. Powerful, performant & highly capable.
You need to use https in the url