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

Piwik_Http: custom headers, and file_get_contents #2441

Closed
robocoder opened this issue May 20, 2011 · 2 comments
Closed

Piwik_Http: custom headers, and file_get_contents #2441

robocoder opened this issue May 20, 2011 · 2 comments
Assignees
Labels
Enhancement For new feature suggestions that enhance Matomo's capabilities or add a new report, new API etc.
Milestone

Comments

@robocoder
Copy link
Contributor

Piwik_Http currently sends the client's IP in a spoofed Referer header. We should use X-Forwarded-For.

Piwik_Http currently sets the User-Agent according to the plugin. We should this according to the user's UA, and use Via.

The stream transport uses file_get_contents. For large files, this might exceed PHP's max memory limit.

@robocoder
Copy link
Contributor Author

(In [4738]) fixes #2441, fixes #1869

@robocoder
Copy link
Contributor Author

(In [4739]) refs #2441

@robocoder robocoder added this to the 1.5 - Piwik 1.5 milestone Jul 8, 2014
@robocoder robocoder self-assigned this Jul 8, 2014
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement For new feature suggestions that enhance Matomo's capabilities or add a new report, new API etc.
Projects
None yet
Development

No branches or pull requests

1 participant