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

Bad Request #400 if rec=1 [v1.16.1] #10238

Closed
SimonKraus opened this issue Jun 16, 2016 · 2 comments
Closed

Bad Request #400 if rec=1 [v1.16.1] #10238

SimonKraus opened this issue Jun 16, 2016 · 2 comments
Labels
answered For when a question was asked and we referred to forum or answered it.

Comments

@SimonKraus
Copy link

Since our piwik got auto-updated it stopped working and tracking.
Reason for that is that all tracking-requests return #400 (Bad Request).

I tried to debug what causes this, as many other issues were opened concerning #400 in past versions, and got to the point that it breaks if rec-param is 1.

I even tested it with Image-Tracker.
<img src="http://host.xy/piwik.php?idsite=2amp;rec=1" style="border:0" alt="" />
returns #400 while
<img src="http://host.xy/piwik.php?idsite=2amp" style="border:0" alt="" />
returns #200.

I tested a blank installation of PIWIK 1.16.1 (using the same DB) with no success.

i appreciate any help

@tsteur
Copy link
Member

tsteur commented Jun 17, 2016

I recommend having a look here: http://piwik.org/faq/troubleshooting/faq_58/ and especially here: http://developer.piwik.org/api-reference/tracking-api#debugging-the-tracker Please try to enable logging for the tracker and likely you will see an error message. Please keep us updated

@mattab
Copy link
Member

mattab commented Jul 8, 2016

As indicated, debbuging the tracker will show you the problem directly. if you need more help please create a new issue.

@mattab mattab closed this as completed Jul 8, 2016
@mattab mattab added the answered For when a question was asked and we referred to forum or answered it. label Jul 8, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
answered For when a question was asked and we referred to forum or answered it.
Projects
None yet
Development

No branches or pull requests

3 participants