var example = " ";
transport: {
read: {
url: "geData/" + example
},`
Output: WARNING: No mapping found for HTTP request with URI [getData/%20/]
I have tried var test= decodeURI(example ) also
var example = " ";
transport: {
read: {
url: "geData/" + example
},`
Output: WARNING: No mapping found for HTTP request with URI [getData/%20/]
I have tried var test= decodeURI(example ) also