Titanium Community Questions & Answer Archive

We felt that 6+ years of knowledge should not die so this is the Titanium Community Questions & Answer Archive

createHTTPclient with HTTPS / SSL address?

Hi,

Congrats on the release of Titanium Mobile SDK v1!
I'm trying to access a secure web service using Ti.Network.createHTTPClient() to an https:// address and not getting very far. Is this supported? If so, is there a knack? If not, is it on the roadmap?

Many thanks,
Dave

— asked March 13th 2010 by David Gregory
  • createhttpclient
  • https
  • ssl
  • xhr
0 Comments

1 Answer

  • xhr_fileupload.js in the Kitchen Sink sample shows a https being used in a xhr post:

    // open the client
    xhr.open('POST','https://twitpic.com/api/uploadAndPost');

    — answered March 14th 2010 by Neil Camm
    permalink
    0 Comments
The ownership of individual contributions to this community generated content is retained by the authors of their contributions.
All trademarks remain the property of the respective owner.