2016-09-22
0.2.0
Wei Zhu
9.1.401.0
All
All
Libraries
[Overview]
Use non-UTF8 URL parameters in WebScreen / REST service to integrate with external systems
[Detail]
OSP use UTF-8 as default encoding, and legacy system use non-UTF8 encoding.
There are two action and one widget can be used
- GetUrlParameterByName Action
Retrieve Query Parameter with specified encoding.
Can be used to in WebScreen and Expose REST Service
- GetRestURLPathWithEncode Action
Convert Query Parameters to URL with specified encoding
Can be used in OnBeforeRequest of Consume REST Service
- ExternalURL / ExternalURLWithTitle Widget
Convert utf-8-encoded URL to Link with specified encoding