In Spring Boot the X-Application-Context
header is set by the ApplicationContextHeaderFilter.class
.
My question: What is the reason for this header? Is it used internally? Can it be changed without any sideeffect/impact?
The documentation I found is unclear.
Update 1
Base on: Stack Overflow: what is x-Application-Context header?
Update 2
For me the internal usage is still unclear and I will use a custom header instead. But I am still interested in the internal usage.