Hello.
I want to login with an URL by Post Request.
I try it by “curl” and I resive token.
curl --location --header POST ‘http://192.168.10.100:8080/login’ --header ‘Content-Type: application/json’ --data-raw ‘{ “username” : “USERNAME” , “password” : “PASSWORD” }’
Now I want to find how I must config Post Request node with this headers.
Please guide me.
2 Likes
Thank you very much.
I test this, but I received status:400.
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.