Hi, I need some tips to solve below issue. I am getting 431 http error in API (code running in tomcat) when header size crosses 8KB. Tomcat server doesn't process request if header size is more than 8KB. I tried adding below properties to increase the header size in Springboot application.yaml:
server: tomcat: max-http-header-size: 16KB Above solution didn't work, please advice if any other way can achieve increasing header size. Thanks, Pradeep