Retrieve Ticket with Appcelerator SDK
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-08-2014 11:24 AM
Hello,
Please may you explain to me how can I retrieve authentication Ticket with the Appcelerator SDK.
( My goal is to call a webscript )
Thank you.
Please may you explain to me how can I retrieve authentication Ticket with the Appcelerator SDK.
( My goal is to call a webscript )
Thank you.
Labels:
- Labels:
-
Archive
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-10-2014 11:05 AM
Currently the mobile SDKs use HTTP BASIC rather than ticket-based authentication so you'll have to make your own request to the login webscript using those same credentials:
Thanks,
Mike
/service/api/login?u={username}&pw={password?}
Thanks,
Mike
