Products | Versions |
---|---|
TIBCO Data Virtualization | - |
When a (url-encoded) http get request, where the query part contains special characters (& etc), is sent to a procedure exposed as a rest service, the input arrives truncated.
Query sent: http://poc.rd.demo.net/api-dev/mlcsng/json/MLCSNG/studysearch?site=Markets+Support+%26+Development
Unencoded data: ‘Market Support & Development‘
Input reaching procedure: ‘Markets+Support+’