Hi all,
How can I send an HTTPS request from within my aplication?
Thanx in advance.
Hi all,
How can I send an HTTPS request from within my aplication?
Thanx in advance.
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