Click here to Skip to main content
15,886,258 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I have to invoke webservice like

curl -3 -H "Authorization: Bearer ${TOKEN}" https://services-sandbox.sheerid.com/rest/0.5/organizationType


but for that i am trying to install CURL on my Window vista.

But There is not any exe file inside downloaded curl. so unable to install
Posted

1 solution

Hello mrinal,

Here's a link to a ZIP for win32 (with exe)
http://curl.haxx.se/download/libcurl-7.19.3-win32-ssl-msvc.zip[^]

And for 64:
http://curl.haxx.se/download/curl-7.28.1-win64-nossl.zip[^]

Good luck,
Edo
 
Share this answer
 

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