Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Don't issue HTTP requests without a 'user agent' header #29

Open
jetvillegas opened this issue May 21, 2014 · 1 comment
Open

Don't issue HTTP requests without a 'user agent' header #29

jetvillegas opened this issue May 21, 2014 · 1 comment

Comments

@jetvillegas
Copy link

WP Engine (and perhaps other blog hosts) reject HTTP requests that don't have a user-agent field in the header. Planet Venus issues such requests for feeds when spider_threads > 0.

@jetvillegas
Copy link
Author

Actually, what the server is rejecting is the default user-agent sent by the outdated httplib2 in the venus tree:
"user-agent: Python-httplib2/$Rev$"

The latest httplib2 seems to have fixed this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant