You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd like to send my own user-agent string instead of the default python-requests one. (Wordpress installations in particular tend to block requests's UA).
The text was updated successfully, but these errors were encountered:
Piggy-backing on this, an option to pass custom headers that are used for all requests would useful and enough to solve this.
In requests, the user-agent is changed by explicitly adding an User-agent header, and it could be used for other purposes, like passing X-Forwarded-For.
I'd like to send my own user-agent string instead of the default python-requests one. (Wordpress installations in particular tend to block requests's UA).
The text was updated successfully, but these errors were encountered: