Hello,
I am looking for an alternative to curl, to add to the RestUtils.php from the file manager (for the benefit of php without curl enabled).
I have been trying to use PEAR HTTP_REQUEST, but haven't got it working yet, it seems to get stuck on authentication. Is there an already-written alternative to the curl RestUtils? either using HTTP_REQUEST, fsockopen, or other?
Thanks,
Stan