matomo-org / looker-studio-connector

The officially supported Matomo Connector for Looker Studio enables you to explore your Matomo data in Looker Studio at no cost. You can connect to both Matomo Cloud instances or On-Premise instances using just a Matomo Auth Token.
https://matomo.org/guide/apis/looker-studio/
6 stars 0 forks source link

support auth in matomo instance URL #14

Closed diosmosis closed 7 months ago

diosmosis commented 7 months ago

Description:

As title. Works around a bug in apps script that disallows URLs like https://myuser:mypass@site.com/.

Note: Since we don't control the auth UI for connecting to Matomo, supporting URLs like this is the only way basic auth can be supported.

Review