Hey Everyone
I am a new php / cake programmer and I am trying to build a site based mostly on web requests for data. This pattern is set in stone and I can't change it. The problem is some of the parameters are in the format of a path (i.e. xml/error.xml).
When this parameter is sent it gets encoded automatically by $HttpSocket->get. Is there a way for me to turn this encoding off? I have no control over the remote system and it can't seem to deal with the resulting "xml%2Ferror.xml". Is there some kind of request parameter I can set to help this?
Thanks for any help.
HttpSocket passing "/" in a parameter value
Moderator: General Moderators
Re: HttpSocket passing "/" in a parameter value
Idk, I don't use cake or whatever. But you could use urldecode() to decode it.