Skip to content

Commit fc65758

Browse files
committed
Add note about priority of sources
1 parent 94dfc68 commit fc65758

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,12 @@ GET /?language=de HTTP/2
6464
Host: stac-api.example.com
6565
```
6666

67+
**Note:** If both the header `Accept-Language` and the query parameter `language` are provided by a client,
68+
it is recommended to use the values provided in the query parameter.
69+
This is recommended to avoid issues with some clients (such as a web browser) that may send headers
70+
that are not under control of a user.
71+
Ultimately, it's up to the implementation to decide which source it prioritizes.
72+
6773
## Response Body
6874

6975
The response body SHOULD inform clients about the language of the resource and any resource it links to.

0 commit comments

Comments
 (0)