How to set HTTP Response Headers in configuration? #1232
-
Hello everybody, Is there a way to define HTTP Response Headers via configuration in e.g. Maybe it could be defined somehow like this? micronaut:
http:
headers:
- "Referrer-Policy=no-referrer"
- "Content-Type=application/json" Thanks very much in advance for any support. Best regards, |
Beta Was this translation helpful? Give feedback.
Answered by
tchiotludo
Oct 12, 2022
Replies: 1 comment 4 replies
-
don't understand the need here ? |
Beta Was this translation helpful? Give feedback.
4 replies
Answer selected by
tchiotludo
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
don't understand the need here ?
You want to add a custom header to every outgoing request on akhq ?