Skip to content Skip to sidebar Skip to footer
Showing posts with the label Proxy

How Can Urllib2 / Httplib Talk Http 1.1 For Https Connections Via A Squid Proxy?

When I use urllib2 to make a HTTP 1.1 connection via a squid proxy, squid makes a new ongoing conne… Read more How Can Urllib2 / Httplib Talk Http 1.1 For Https Connections Via A Squid Proxy?

How To Set Proxy In Windows With Python?

How can I get the current Windows' browser proxy setting, as well as set them to a value? I kno… Read more How To Set Proxy In Windows With Python?

How To Set Different Ip According To Different Commands Of One Single Scrapy.spider?

I have a bunch of pages to scrape, about 200 000. I usually use Tor and Polipo proxy to hide my spi… Read more How To Set Different Ip According To Different Commands Of One Single Scrapy.spider?

Python Urllib2 Can Open Localhost But Not 127.0.0.1

I am using python urllib2 library and can see a strange and nasty problem. Windows 7. My code: impo… Read more Python Urllib2 Can Open Localhost But Not 127.0.0.1

How To Set Proxy Settings On Macos Using Python

How to change the internet proxy settings using python in MacOS to set Proxy server and Proxy port … Read more How To Set Proxy Settings On Macos Using Python

Need Help Writing A Twisted Proxy

I want to write a simple proxy that shuffles the text in the body of the requested pages. I have re… Read more Need Help Writing A Twisted Proxy

Using Tweepy Api Behind Proxy

I have a using Tweepy, a python wrapper for Twitter.I am writing a small GUI application in Python … Read more Using Tweepy Api Behind Proxy

Using Tor Proxy With Scrapy

I need help setting up Tor in Ubuntu and to use it within scrapy framework. I did some research and… Read more Using Tor Proxy With Scrapy