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

Task: Convert absolute URLs to relative URLs #691

Closed
robocoder opened this issue May 5, 2009 · 4 comments
Closed

Task: Convert absolute URLs to relative URLs #691

robocoder opened this issue May 5, 2009 · 4 comments
Assignees
Labels
Bug For errors / faults / flaws / inconsistencies etc.
Milestone

Comments

@robocoder
Copy link
Contributor

With https and reverse proxies, Piwik oftentimes uses absolute URLs (http://host/path/script).

Task is to use relative URLS (e.g., /path/script) throughout. This should eliminate the IE warning, "This page contains both secure and nonsecure items".

Also: refactor fix for #590.

@robocoder
Copy link
Contributor Author

Additional requirement:

  • make sure widgetize code in iframe and flash embed provide absolute urls

@robocoder
Copy link
Contributor Author

(In [1155]) fixes #691 - use relative URLs (except in Widgetize iframe & flash embed
code); refs #466 and #647 - should also resolve the reverse proxy issues

@robocoder
Copy link
Contributor Author

(In [1156]) refs #691 - fix last step of installation

@robocoder
Copy link
Contributor Author

(In [1242]) refs #691, refs #590 - fix regression with Flash over https with IE

@robocoder robocoder added this to the Piwik 0.4 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
Bug For errors / faults / flaws / inconsistencies etc.
Projects
None yet
Development

No branches or pull requests

1 participant