Saturday 15 August 2015

ibm mobilefirst - IBM Worklight: Calling Push Notification Adapter from backend -


I have implemented a push notification adapter and will call the process to submit a notification to the backend system.

With reference, http: // server: port / dev / invoke? Adapter = adapterName and process = processName and parameter = 1,2,3 can be used but it works in the development environment only

this is mentioned at the end of the post Is that http: // server: port / context / invoke? Adapter = adapterName & amp; The function = processName and parameter = 1,2,3 can be used to open the adapter.

(1) Do I know that this is only supported in the production environment? Because this HTTP method is not supported by this URL in the GET Development Environment

(2) It is notable that we may need to define security. For Test = "wl_unprotected" adapters and thus the adapter is not secure, what would be the best way to achieve the goal of calling the adapter with security controls for the backend system?

In Varkalight 5, Varkalite uses within the studio JT and use of reference route is not necessary . After moving the project to a project like Tomcat, Webspray, Liberty, you must specify it in (Vertical.properties and Application-Descriptor.XML).

So, in the development - number. In production - Yes.

In the work place where JT has been replaced with Liberty, the reference route is now part of your project whether you are in development or production.

You have to add "wl_unprotected" securityTest in your process to Adapter XML

To protect the requests, I guess your IT department can separate and preserve a specific URL and in some scenarios it does not allow them to be used. You already have to use the URL structure.

No comments:

Post a Comment