views:

41

answers:

1

Hey Guys,

I am trying to use the ASIHTTPRequest libraries to simulate a form post and gather the resulting cookies; however, when I am running the post, I get an error. I have traced through the request and narrowed it down to a NSPOSIXErrorDomain error. The site I am trying to connect too is an HTTPS: site and this error makes me think it has something to do with that. Does anyone have any helpful insight they would be willing to share with this iOS rookie? Thanks!

A: 

Solved: Developed a different workaround. Still don't know what was causing this.

gabaum10