URL Queries

I don't think XenForo specifically has something like that but Zend Framework has a class called "Zend_Http_Client" which you can use to achieve the same thing. As XenForo is built on Zend framework, you can easily use that class.
 
I haven't really benchmarked it but I have read that Zend_Http_Client_Adapter_Curl performs faster.
 
Top Bottom