From Kony Fabric V8 SP3 onwards, using Kony Fabric, you can map your endpoint/back-end URL of an operation to a front-end URL. The front-end URL of an operation contains custom details, which does not expose in the original details of the back-end URL. So, you can use the front-end URL to send request to the back-end securely, instead of the original back-end URL.
For example:
BaseURL/Services/<Integration_Service_Name>/<Operation_Name>
http://news.google.com/Services/<Integration_Service_Name>/<Operation_Name>
/Services/<Integration_Service_Name>/<Operation_Path>
Note: To walk-through defining front-end URLs for service APIs with Kony Fabric, take a look at our hands-on tutorial for API Management – Front End URLs.
Advantages:
Note: By default, the Front End URL check box is not selected. And the URL path (populated with an operation name by default) in the Resource Path field is disabled from editing.
To enable a front end URL, do the following:
By default, the Resource Path field is configured with the /Services/<Integration_Service_Name>/<Operation_path>
.
The <Operation_Path>
is the operation name. You can add request input parameters to the path as verbs. This is optional.
Configure request input parameters
as verbs
in a in curly braces ( { } ) to the Operation_path, if required.
For example:
/Services/<Integration_Service_Name/<Operation_Name>/{Request_Input_Param}
Important: If you clear the Front End URL check box, the Console resets the default value in the URL path. And you cannot access the endpoint by using the front-end URL that you configured earlier.
The Front-end URL is divided into two parts.
/Services/<Integration_Service_Name>/ | <Operation_Path> |
---|---|
|
Note: An |
You can select which HTTP method to invoke on the integration server. Select the Front End HTTP Method field. By default, the field is set to Post method.
Note: The front-end HTTP methods are used for all non-SDK clients such as API Management users. Invoking a service from an SDK will continue to use the POST method for operations.
Copyright © 2020 Kony, Inc. All rights reserved. |