Ticket #691 (closed Bug: fixed)

Opened 3 years ago

Last modified 3 years ago

Task: Convert absolute URLs to relative URLs

Reported by: vipsoft Owned by: vipsoft
Priority: normal Milestone: Piwik 0.4
Component: Core Keywords:
Cc: Sensitive:

Description

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.

Change History

Changed 3 years ago by vipsoft

  • owner set to vipsoft
  • status changed from new to assigned

Changed 3 years ago by vipsoft

Additional requirement:

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

Changed 3 years ago by vipsoft

  • milestone changed from 2- DigitalVibes to 1 - Piwik 0.4

Changed 3 years ago by vipsoft

  • status changed from assigned to closed
  • resolution set to fixed

(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

Changed 3 years ago by vipsoft

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

Changed 3 years ago by vipsoft

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

Note: See TracTickets for help on using tickets.