tags:

views:

79

answers:

2

Hi all,

How can I send an HTTPS request from within my aplication?

Thanx in advance.

A: 

It is probably easiest to use the ASIHTTPRequest framework.

Alex Reynolds
A: 

I think you might have problems if the SSL cert for the https site is self signed... if it is so, try this as the URL string... https://username:[email protected]/ This will work fine i my self tried it...

~Raviraja

Raviraja
Thanx Raviraja.. It helped..
neha