webread with comma in url
Ältere Kommentare anzeigen
how can I use webread with comma in URL: e.g. my call: > url = 'page.html?q=1,2,3'; resp = webread(url);
Using webread this encodes to : page.html?q=1%2c2%2c3 and the server I'm calling returns an error (I have no control over that service and cannot change its API). There is much information about URI encoding, for example here: http://stackoverflow.com/questions/2366260/whats-valid-and-whats-not-in-a-uri-query But it doesn't help with Matlab's webread. Do you know what I need to do so that it passes a comma ","?
Akzeptierte Antwort
Weitere Antworten (0)
Kategorien
Mehr zu Call Web Services from MATLAB Using HTTP finden Sie in Hilfe-Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!