-s --insecure
I wanna know how to use it in objective c and send url request.
Asked
Active
Viewed 513 times
0

Manoj
- 1,482
- 2
- 20
- 53
-
Possible duplicate: http://stackoverflow.com/questions/3766755/ignoring-certificate-errors-with-nsurlconnection – deltheil Sep 06 '13 at 07:40
-
"`-s`" is the same as "`--silent`", which makes curl totally mute. What are you *really* trying to do, Manoj? – Michael Dautermann Sep 07 '13 at 23:12
-
1curl -s --insecure https://api-3t.sandbox.paypal.com/nvp -d "USER=
&PWD= – Manoj Sep 10 '13 at 04:30I know -d is for header but not sure what -s does here and how to pass it with URL request?