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

API SitesManager.getSitesIdFromSiteUrl should match both HTTP and HTTPS websites #8070

Closed
mattab opened this issue Jun 9, 2015 · 0 comments
Assignees
Labels
Bug For errors / faults / flaws / inconsistencies etc.
Milestone

Comments

@mattab
Copy link
Member

mattab commented Jun 9, 2015

When calling API SitesManager.getSitesIdFromSiteUrl with a hostname eg. example.com or http://example.com or https://www.example.com etc. we expect that this API will match all of:

  1. http://example.com
  2. http://www.example.com
  3. https://example.com
  4. https://www.example.com

Result:

  • Got: only 1) and 2) are matched
  • Expected: 1) 2) 3) 4) are matched

Discovered in matomo-org/matomo-log-analytics#77

@mattab mattab added the Bug For errors / faults / flaws / inconsistencies etc. label Jun 9, 2015
@mattab mattab self-assigned this Jun 9, 2015
@mattab mattab added this to the 2.14.0 milestone Jun 9, 2015
mattab added a commit to matomo-org/matomo-log-analytics that referenced this issue Jun 11, 2015
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