Hello,
we are hapi fhir starter in container with jetty server, we try to set max header size config in hapi.properties files, jetty.xml config and also environment var but error same. we have some context token which will be more than 8 kb.
hapi.properties
server.max-http-header-size=16KB
in mvn command:
-Djetty.httpConfig.requestHeaderSize=16000
jetty.xml
<Configure id="Server" class="org.eclipse.jetty.server.Server">
<New id="httpConfig" class="org.eclipse.jetty.server.HttpConfiguration">
<Set name="requestHeaderSize">16000</Set>
</New>
</Configure>
kindly let me know if any other options.
Regards
Bharathi