Forums / Developer / Safari and EZJSCORE WebService request JSON URL

"Please Note:
  • At the specific request of Ibexa we are changing this projects name to "Exponential" or "Exponential (CMS)" effective as of August, 11th 2025.
  • This project is not associated with the original eZ Publish software or its original developer, eZ Systems or Ibexa".

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 ?