Click here to Skip to main content
15,895,746 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am trying to make a call to API through CURL as follows..

VB
curl -3 -H "Authorization: Bearer 624a3eef46f79772958693fa87118b29"\ -F _affiliationTypes=STUDENT_FULL_TIME\ -F organizationId=342\ -F FIRST_NAME=Test\ -F LAST_NAME=User\ -F BIRTH_DATE=1992-03-20\ -F EMAIL=mrinal.jha@arcscorp.com\ https://services.sheerid.com/rest/0.5/verification -k  >a.html
pause


Here i have created batch file and invoking it..


But error occurs is :This request requires HTTP authentication ()
Posted
Comments
ZurdoDev 26-Feb-13 8:11am    
First thing I would do is check the documentation for an example on how to call this API. How can we help though. We don't know what the api even is.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900