My server has restricted access to the fopen, fsockopen, etc. functions to be within the local domain only. Therefore, I cannot access the contents of foreign URLs. The information I'm trying to access is at this sample URL
http://cache.pando.com/soapservices/...DF310A03958AD2 which returns some data which I need in order to create a preview of a pando package.
So my question is how can I access this info if I don't have access to the fopen, fsockopen, etc. functions, I don't have htaccess priviledges or the curl library? Any suggestions?