We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94dfc68 commit fc65758Copy full SHA for fc65758
1 file changed
README.md
@@ -64,6 +64,12 @@ GET /?language=de HTTP/2
64
Host: stac-api.example.com
65
```
66
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
+
73
## Response Body
74
75
The response body SHOULD inform clients about the language of the resource and any resource it links to.
0 commit comments