-
Notifications
You must be signed in to change notification settings - Fork 2
Closed
Description
It is not possible to set a path for the "piwik.php" script which is not at the root of a server, e.g. "tracking/piwik.php" because the slash is escaped here:
HttpUrl.Builder urlBuilder = new HttpUrl.Builder().scheme(this.config.scheme())
.host(this.config.host()).addPathSegment(this.config.path())
Metadata
Metadata
Assignees
Labels
No labels