Anyone know a way to POST using only PHP to a web service using a server side proxy aka cross-domain? Some sample code would be much appreciated.
Cross-Domain / DOM
Collapse
X
-
Tags: None
-
Heya, Distraction.
The generally-accepted way to do this is to use cURL (http://www.askapache.com/htaccess/se...-php-curl.html).
Comment