Endpoint configuration upgrade
Take advantage of all available configuration options for a URL by upgrading a REST connector to the new endpoint configuration. Use the Upgrade to new endpoint configuration button to upgrade a REST connector that was made before Pega Platform 8.3.
By upgrading a REST connector, you can do the following actions:
- Include repeated query string parameters in a URL.
- Choose the behavior, for example, omitting an empty parameter from the request, sending an empty parameter, or raising an error when the value of a query string parameter is empty when you send a request.
- Apply appropriate encoding for different URL components.
Upgrade REST connectors to use the application setting infrastructure in Pega Platform
Complete one of the following tasks to upgrade REST connectors in Dev Studio.
- Upgrading REST connectors in App Studio
Upgrade REST connectors that you created in App Studio to take advantage of the application settings infrastructure in Pega Platform.
- Upgrading REST connectors with URLs not sourced from a Global Resource Setting
Take advantage of all available configuration options for a URL by upgrading REST connectors with URLs that are not sourced from a Global Resource Setting (GRS) to reference an application setting.
- Upgrading REST connectors sourced from a Global Resource Setting
Take advantage of all available configuration options for a URL by upgrading REST connectors with URLs that are sourced from a Global Resource Setting (GRS), for example, =D_GRSDemoProject.URL.
- Upgrading REST connectors with URLs that only contain parameters
Because the URL configuration is not compatible with the new configuration, update URLs that contain only parameters, for example, {host}/{path}/{type}/{name}/{version}, before upgrading REST connectors.
Previous topic Connector parameters in data pages Next topic Upgrading REST connectors in App Studio