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

400 Bad Request #439

Closed
till opened this issue Nov 26, 2008 · 2 comments
Closed

400 Bad Request #439

till opened this issue Nov 26, 2008 · 2 comments
Labels
Bug For errors / faults / flaws / inconsistencies etc. duplicate For issues that already existed in our issue tracker and were reported previously. Major Indicates the severity or impact or benefit of an issue is much higher than normal but not critical.
Milestone

Comments

@till
Copy link

till commented Nov 26, 2008

```
Bad Request
Your browser sent a request that this server could not understand.

Size of a request header field exceeds server limit.
```

```
Cookie: __utma=40161215.1118858552.1225984368.1226006917.1227714374.3; __utmz=40161215.1225984368.1.1.utmccn=(direct)|utmcsr=(direct)|utmcmd=(none); __utmb=40161215; __utmc=40161215; PHPSESSID=le231lcl5ui53obiif041rk954; piwik-auth=login%3DdGlsbA%3D%3D%3Atoken_auth%3DZTQwYjY3Y2MwNTM0OWYzZmZmNWI3YjUwM2MzYWZjOTA%3D; piwik_visitor3=1%3DY2QwZTZhY2VkOGQ1NzYyOWVhMmU5YzhmM2IwNDg5Zjc%3D%3A2%3DMTIyNzcxNDg5Ng%3D%3D%3A3%3DMTIyNzcxNDg5Ng%3D%3D%3A4%3DMg%3D%3D%3A5%3DNA%3D%3D; piwik_visitor2=1%3DYjQ5NjRmODU3N2Y4YmE5NTcwZjMxMjliNGUyODllNTU%3D%3A2%3DMTIyNzcxNDkwNw%3D%3D%3A3%3DMTIyNzcxNDkwNw%3D%3D%3A4%3DMw%3D%3D%3A5%3DNA%3D%3D; piwik_visitor4=1%3DMWQ1ZTA3YjRhMjI3ODEwMTNlMWQ5NmMxZjI3YTE5Yzc%3D%3A2%3DMTIyNzcxNDk5MA%3D%3D%3A3%3DMTIyNzcxNDk5MA%3D%3D%3A4%3DNA%3D%3D%3A5%3DNA%3D%3D; piwik_visitor5=1%3DNTVmMDkxYTM4ZTBmMWY5ZDhlNzJhNmRjY2IxZjMzYjM%3D%3A2%3DMTIyNzcxNTE3NA%3D%3D%3A3%3DMTIyNzcxNTE3NA%3D%3D%3A4%3DNg%3D%3D%3A5%3DNA%3D%3D; piwik_visitor6=1%3DMGNkNTBkNzBkYjI2YTIyZTFmNmJlOGVjYmQ5YjQ2ZWU%3D%3A2%3DMTIyNzcxNTM2Ng%3D%3D%3A3%3DMTIyNzcxNTM2Ng%3D%3D%3A4%3DNw%3D%3D%3A5%3DNA%3D%3D
```

This is after I installed the JavaScript on 6 different sites and actually tried it all out. ;-) The cookie grew and grew.

In httpd.conf

```
LimitRequestFieldSize 1000
```

There are a few fixes to this – one is to up the size of the request header, which is what I did when I noticed the same error on OpenX. ;-) However, it would be nice if someone implemented a workaround in Piwik in the future.

@till
Copy link
Author

till commented Nov 26, 2008

Just a general note – no idea if you guys have notification on your trac, but in case you need feedback, I put my email address on my trac account.

@mattab
Copy link
Member

mattab commented Nov 26, 2008

see #409

@till till added this to the RobotRock milestone Jul 8, 2014
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug For errors / faults / flaws / inconsistencies etc. duplicate For issues that already existed in our issue tracker and were reported previously. Major Indicates the severity or impact or benefit of an issue is much higher than normal but not critical.
Projects
None yet
Development

No branches or pull requests

2 participants