I'm having some problems with using Scrapy-Splash together with an HTTP proxy (see "500 Internal Server Error" when combining Scrapy over Splash with an HTTP proxy), even when I try to set a proxy profile following http://splash.readthedocs.io/en/latest/api.html#proxy-profiles.
In order to understand better what is going on, I was looking for the part of the Scrapy-Splash source code, https://github.com/scrapy-plugins/scrapy-splash, which parses the proxy host
and port
specified in the .ini
file in /etc/splash/proxy-profiles
.
However, searches for "proxy" or ".ini" in the repository didn't yield any results. Can someone explain to me how the proxy profiling is implemented in Scrapy-Splash?