Quiet illegal header warnings from akka-http
See original GitHub issueMotivation
We are seeing regular log entries like (a.a.ActorSystemImpl:86) | Illegal header: Illegal 'authorization' header: Invalid input '/' that are not consequential to the health of the application. Let’s see if we can quiet this somehow.
Scope of change Configure akka-http and/or logback to quiet that log entry
Issue Analytics
- State:
- Created 4 years ago
- Comments:5 (3 by maintainers)
Top Results From Across the Web
scala - Akka-http illegal request header - Stack Overflow
akka.http.server.parsing.illegal-header-warnings = on. That will quiet that warning for you if you can't get the underlying issue fixed.
Read more >Configuration • Akka HTTP - Documentation
If this value is the empty string and no header was included in # the request, ... illegal-header-warnings = on # Sets the...
Read more >Illegal Header Warnings From Akka HTTP Server
We are currently using Play Framework 2.6.15 version with Akka as our http server. Our logs are clogged with illegal header warnings similar ......
Read more >akka.http.scaladsl.model.Uri Scala Example
This page shows Scala examples of akka.http.scaladsl.model.Uri.
Read more >Akka-http: how to deal with incorrect http headers
After debugging around for a while, I instrumented some code and see this: Illegal 'strict-transport-security' header: Invalid input 'EOI', ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

Thanks! I didn’t have time last week but I’ll hopefully get to it today or tomorrow.
Assigned it to you @picimaci. Let us know if you have any questions.