I am writing a Yahoo handset that requires a connection to a specific web service. Unfortunately, the web service only accepts POST, and the JSON POST module for the Yahoo Pipes web service returns POST in the wrong format.
Ideally, there will be some kind of proxy server on the Internet that accepts GET, accepts some parameters and converts them to POST, and then returns the results. Any ideas if something like this exists?
Thanks.
source share