question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Quiet illegal header warnings from akka-http

See original GitHub issue

Motivation 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:closed
  • Created 4 years ago
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
picimacicommented, Oct 14, 2019

Thanks! I didn’t have time last week but I’ll hopefully get to it today or tomorrow.

1reaction
britneywrightcommented, Oct 7, 2019

Assigned it to you @picimaci. Let us know if you have any questions.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found