Open
Description
My team is working on a set of scrapy spiders which we want to deploy to a scrapyd server. Our scrapyd server is configured to use an oauth2 proxy to authenticate traffic.
On all of our requests to our Scrapyd API, we need the following header to authenticate our requests:
Authorization: Bearer 1/AbC123
where 1/AbC123
is a OAuth2 access token.
Currently the scrapyd-deploy
utility only supports using Basic
auth.