Hello, 

I have a proxy setting in settings.py that works great: 

DOWNLOADER_MIDDLEWARES = {
                
'scrapy.downloadermiddlewares.httpproxy.HttpProxyMiddleware': 750,
                        }

but in the pipeline.py I make an API call that is also being proxied by the 
above setting. Is there a way to define my API call that I make with a 
simple requests.post('https://APICALL') in the pipeline.py to exclude the 
proxy 'downloader' setting? 

Thank you for any ideas on this. 

Cheers

-- 
You received this message because you are subscribed to the Google Groups 
"scrapy-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/scrapy-users.
For more options, visit https://groups.google.com/d/optout.

Reply via email to