-
Notifications
You must be signed in to change notification settings - Fork 41
Closed
Description
We get warnings like this sometimes in scan-app
Illegal header: Illegal 'user-agent' header: Invalid input '/', expected tchar, OWS, comment, product-or-comment or 'EOI' (line 1, column 24):
OpenAPI-Generator/0.0.1/java
^
pekko-http explains that this doesn't impede request processing beyond leaving the invalid value unparsed and you can turn this off at the source for all headers or individually-selected headers of disinterest. Since we're uninterested in user-agent in the backends, we should turn those off.