You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The 400 error is due to the cip=::1 query string value. When I remove cip from the query string, all goes well. It looks like the server rejects what it considers as an invalid IP value.
The problem likely lies in the PiwikTracker constructor :
Hi,
Thank your for the project.
On an ASP.NET 4.5.2 MVC project running in IIS Express on my local machine, I get a 400 error from the Matomo 4.1.0 server :
The 400 error is due to the
cip=::1
query string value. When I removecip
from the query string, all goes well. It looks like the server rejects what it considers as an invalid IP value.The problem likely lies in the PiwikTracker constructor :
Indeed,
UserHostAddress
returns::1
on my machine, using IIS Express with .NET 4.5.2.Best regards.
The text was updated successfully, but these errors were encountered: