Huy
Huy

Reputation: 21

How to implement HTTPS Adapter by IBM Worklight?

I'm building an Worklight adapter that send HTTPS request to server.

With a web browser like Firefox, I can send request by adding exception but I don't know how to do it in Worklight adapter.

Question: what are steps to implement it?

Thanks for any help.

Upvotes: 0

Views: 1700

Answers (1)

Anton
Anton

Reputation: 3166

Changing http to https is simple, you need to update protocol and port elements in adapter's XML file.

But if you're talking about making a request to backend protected by a self-signed certificate you need to implement this - IBM Worklight Server and self-signed certificates

Upvotes: 2

Related Questions