You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I can access request header (Accept-Language) by implementing HttpRequestContextAware in my repository class.
I try to set response headers (Content-Language), but JsonApiRequestProcessor does not copy those response headers to the final http response.
Is there another way to achieve that?
The text was updated successfully, but these errors were encountered:
I can access request header (Accept-Language) by implementing HttpRequestContextAware in my repository class.
I try to set response headers (Content-Language), but JsonApiRequestProcessor does not copy those response headers to the final http response.
Is there another way to achieve that?
The text was updated successfully, but these errors were encountered: