Behavior --> Transitions fails every time for my site
I see this POST transaction failing with a 406 not acceptable error
POST https://behunt.net/pi1226/index.php?date=today&actionType=url&actionName=http://behunt.net/&expanded=1&format=JSON&module=API&method=Transitions.getTransitionsForAction&filter_limit=-1&idSite=1&period=month
My site does use HTTPS and does have a rewrite rule in .htaccess to force transactions to HTTPS, is this the issue? If not, what else should I be looking at?
RewriteCond %{HTTPS} !=on
RewriteRule ^(.*)$ https://behunt.net/$1 [R=301,L]
Matomo ver 4.1.0
3 posts - 2 participants