I'm trying to access a photobucket api call here: http://pic.photobucket.com/dev_help/WebHelpPublic/Content/Methods/Album/Get%20Album.htm The problem is that the end of the url needs to contain an escaped forward slash (%2F). It seems the proxy decodes that to be a forward slash. However it does...