Product/components used and version/fix level:
Product Line |
webMethods |
Product |
webMethods Developer Portal (DPO) |
Versions |
10.11 |
Platforms |
All Platforms |
Operating Systems |
All Operating Systems |
Detailed explanation of the problem:
On Developer Portal there is an API with vectors as query parameters. Therefore some query parameters have the form ?vector1=1,2&vector2=2,3,4.
When trying the API in the API detail view, users are not able to enter this kind of values because Developer Portal interprets commas as additional parameters, that is:
?vector1=1,2 will be ?vector1=1&vector1=2
It looks like pressing the comma symbol causes the same effect than pressing enter.
#API-Management#API-Gateway#webMethods#Tuesday-troubleshooting