-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Fixing uri max size #1266
Fixing uri max size #1266
Conversation
Changing URI max size from 1024 to 1280 bytes
Problem - >T-Pot Live Attack Map not working as intended Problem debugging:
Conclusion: Problem patch test:
Yay! |
Thank you. Will have a look at it ASAP. |
If you can't replicate the problem then perhaps it's not needed. But i kept getting that error message, sometimes it worked other times it was to long etc. So it broke the user UI experience :) I actually think the real culprit is that i put my proxy in front of it. So myproxy -> nginx -> map_web and perhaps my proxy introduced extra headers that would add up just a little bit to hit the 1024 bytes limit. So perhaps this is indeed not a fix for Kibana doing long URI's but for those who want to run it smoothly behind their own reverse proxy as well :) But then again it does explicitly state URI to long and counted chars is 1025 so it is larger than the allowed 1024 🍡 |
Thank you for taking the time to describe this so one can really follow up for reproduction 😁 |
Added a detailed comment on what the change is needed for and why it's there
Thank you very much for the valued contribution! |
Updated images have been deployed. |
Changing URI max size from 1024 to 1280 bytes