PHP CURL class support basic authorization, HTTP SOCKS5 proxy and much more phptuts August 10, 2012 This is a useful class written by me and use it regularly. Features HTTPS connection Basic authorization, HTTP proxy SOCKS5 proxy Cookie jar and much… Continue Reading
PHP: Using SOCKS4 with SSL connection phptuts August 8, 2012 Please read first: PHP SOCKS4 Interface Try to grab data from a HTTPS page like: https://www.google.com we get a empty string string(0) “” or an… Continue Reading