HttpSocket passing "/" in a parameter value
Posted: Mon Aug 24, 2009 3:40 pm
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.
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.