Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I'm trying to implement the following request:

curl -H 'Content-Type: application/json' -H 'Accept: application/json' -X POST http://www.example.com/xxxxx_api/v1/signin -d '{"session":{"user_parameter":"username","password":"password"}}' -c coockie.txt

and

curl -H 'Content-Type: application/json' -H 'Accept: application/json' -X GET "http://www.example.com/xxxxx_api/v1/test" -b cookie.txt

I cannot find how to debug (print from NSLog) if I send the right cURL.

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.