How to implement HTTPS Adapter by IBM Worklight?

久未见 提交于 2019-12-10 12:22:53

问题


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.


回答1:


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



来源:https://stackoverflow.com/questions/14453233/how-to-implement-https-adapter-by-ibm-worklight

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!