Hi,
I am facing a trouble in sending request parameters which have comma in data. When i try to access the data in query parameter, it's stripping the comma in data.
Eg:
http://matrixdemo.squiz.net/weather_js/?query=London,UK
print(_REST.request.url); gives http://api.wunderground.com/auto/wui/geo/ForecastXML/index.xml?query=LondonUK
Is there any setting to allow comma ","?
[quote]
Hi,
I am facing a trouble in sending request parameters which have comma in data. When i try to access the data in query parameter, it's stripping the comma in data.
Eg:
http://matrixdemo.squiz.net/weather_js/?query=London,UK
print(_REST.request.url); gives http://api.wunderground.com/auto/wui/geo/ForecastXML/index.xml?query=LondonUK
Is there any setting to allow comma ","?
[/quote]
Yep you should be able to send %2C instead
I tried it as well. But it's still not working.
When i use any keyword modifiers it's behaving properly.