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

Missing User-Agent Causing Issues on Some Installs #49

Closed
jaswrks opened this issue Dec 3, 2014 · 0 comments
Closed

Missing User-Agent Causing Issues on Some Installs #49

jaswrks opened this issue Dec 3, 2014 · 0 comments
Labels

Comments

@jaswrks
Copy link

jaswrks commented Dec 3, 2014

Some HTTP requests to servers that have been configured to reject HTTP requests that do not include a User-Agent are failing. See: https://websharks.zendesk.com/agent/tickets/4478

This is because the HTML Compressor did not include a User-Agent in the cURL transport layer at all, and the fopen stream context was defaulting to the system-wide User-Agent, which is less than ideal.

Fixed in da974a5

@jaswrks jaswrks added the bug label Dec 3, 2014
@jaswrks jaswrks closed this as completed Dec 3, 2014
@wpsharks wpsharks locked and limited conversation to collaborators Apr 10, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant