Details
-
Bug
-
Status: Verified
-
Resolution: Unresolved
-
Master
-
None
Description
If you get a Site Page via Headless Delivery API, the response contains value_i18n properties, even if the X-Accept-All-Languages is not present, and some value properties are not present.
Steps to reproduce:
- *Make a GET request to http://localhost:8080/o/headless-delivery/v1.0/sites/\{SITE_ID}/site-pages/home with a valid SITE_ID*
Result:
Response has some value_i18n properties and some missing values properties
Expected Result:
Response has all the values properties and doesn't have value_i18n properties
If the X-Accept-All-Languages header is used the value_i18n properties appear