Software Archive
Read-only legacy content
17061 Discussions

HTTPS with client authentication in cross platform apps

Anjali_P_
Beginner
329 Views

Hii..

I am new to Intel XDK framework. I am going to develop cross platform apps that requires client authentication. I want to know whether https with client authentication is supported in intel XDK or not. If yes, please tell me the code or how it can done.

Thanks

0 Kudos
2 Replies
Anjali_P_
Beginner
329 Views

Reply as soon as possible...

0 Kudos
Michael_O_2
New Contributor I
329 Views

Dear Anjali!

The standard http and https protocols are supported on the XDK.

If you are using CLI build 4.1.2., add * to the internal and external links under "Build settings".

If you are using CLI 5.1.1, enter the domains you want to grant network request permission in your app.

A normal ajax call will work for your GET/POST requests.

0 Kudos
Reply