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
{{ message }}
This repository was archived by the owner on Oct 26, 2022. It is now read-only.
In order for the server to return a response for language-specific records queried, we need to add the active language (language selected from the top navigation dropdown) to all of the HTTP request header as:
headers: {
...
language: en-US
}
Actual/Current Behavior
There is no communication between the client & the server with the current Epic implementation.
Steps to Implement This Feature
Add the language header property in the ApiInterceptorService
The text was updated successfully, but these errors were encountered:
Desired Use Case
In order for the server to return a response for language-specific records queried, we need to add the active language (language selected from the top navigation dropdown) to all of the HTTP request header as:
Actual/Current Behavior
There is no communication between the client & the server with the current Epic implementation.
Steps to Implement This Feature
language
header property in theApiInterceptorService
The text was updated successfully, but these errors were encountered: