This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm that you accept these cookies being set.

Help me to send a simple HTTP post
#1
I want to send a HTTP post like this

Code:
POST /person/takeFacePicture HTTP/1.1
Host: partner.hanet.ai
Content-Length: 48

token=%3CACCESS_TOKEN%3E&deviceID=%3CdeviceID%3E

or via curl

Code:
curl --location --request POST 'https://partner.hanet.ai/person/takeFacePicture' \
--data-urlencode 'token=<ACCESS_TOKEN>' \
--data-urlencode 'deviceID=<deviceID>'

How can I write the code? I'm a novice so I read other similar thread but still dont know how to do. Please help me with this example
Reply


Messages In This Thread
Help me to send a simple HTTP post - by pouralise - 12.07.2021, 14:56

Forum Jump: