It seems that the function does not properly escape my url. Input http://target.server.com/some/resource?MyParam=true
gadgets.io.getProxyUrl(Input) http://os.server.com/gadgets/proxy?container=default&url=http%3A%2F%2Ftarget.server.com%2Fsome%2Fresource?MyParam=true Is the intention that I would only POST data with arguments and that all get requests are done with no arguments, or is this a bug?