Forums / Developer / Safari and EZJSCORE WebService request JSON URL

Safari and EZJSCORE WebService request JSON URL

Author Message

Alessandro Dellanna

Sunday 27 March 2011 4:02:06 pm

I all, maybe someone can help me calling XMLRPC method with ggwebservices and ezwebservices extensions.

With firefox when i call the URL: www.someserver.com/ezjscore/call/ezp::fetch::content::list::{"parent_node_id":2}?ContentType=xml

all is ok... the response is a XML file with the content of my site....

BUT: if i made the same call within Safari , this automatically convert the url above in

http://www.ixorateam.com/ezjscore/call/ezp::fetch::content::list::%7B%22parent_node_id%22:2%7D?ContentType=xml

and the response is empty ....

Can I in some way change the way in wich ez parse paraters syntax ?