When attempting to use notebook API to create a new notebook page, hitting an issue with the web page header. In the logs I see:
Header is too large >8192 badMessage: 413 for HttpChannelOverHttp@77c7d025 {r=0,c=false,a=IDLE,uri=/api/notebook} <ip> - - [05/Jun/2018:19:23:40 +0000] "POST /api/notebook HTTP/1.1" 413 0 " https://my.system.com/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.181 Safari/537.36" My guess is that the cookies that somehow is accumulated in my browser (we have sso and various other sessions stored :/ ), pushes the request size to over 8M . Is there a configuration that can be set for the Zeppelin server to accept larger header size? Thanks Ying