Application Delivery Management
Application Modernization & Connectivity
CyberRes by OpenText
IT Operations Management
Situation:
When using RestAPI UI(right click - insert - [Rest API]) to test the steps containing Chinese characters,it works well.
But after clicking the [insert steps] and testing by Vugen, as Vugen is using ANSI so if the receiving server is in Chinese UTF8, the steps fail with error code 415/400 because Chinese characters got corrupt.
Workaround : modify Encoding=UTF8 in .usr file and Encoding=UTF/UTF8InputOutput=1 in default.cfg
Expectation:
Though there is workaround available, it takes time to modify files for each script.
Request Vugen to have a more effective way to handle UFT-8 for Multi-Byte characters.
(e.g: add an option to use UTF-8 in the runtime setting)