문제

The Worklight provides a way to encrypt the data on the Worklight Server in adapter, compress and send to the client? Or do I need encryption manually?

도움이 되었습니까?

해결책

  1. Using HTTPS in Worklight Adapters: How to implement HTTPS Adapter by IBM Worklight?

  2. Using compressResponse in Worklight Adapters.
    Search for "gzip" in the page.

    Basically, in your invokeProcedure:

    {
    adapter : 'adapter-name',
    procedure : 'procedure-name',
    parameters : [],
    compressResponse : true/false
    

    }

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top