Software Archive
Read-only legacy content
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.
17060 Discussions

HTTPS with client authentication in cross platform apps

Anjali_P_
Beginner
489 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
489 Views

Reply as soon as possible...

0 Kudos
Michael_O_2
New Contributor I
489 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