How To articles are not official guidelines or officially supported documentation. They are community-contributed content and may not always reflect the latest updates to Liferay DXP. We welcome your feedback to improve How To articles!
While we make every effort to ensure this Knowledge Base is accurate, it may not always reflect the most recent updates or official guidelines.We appreciate your understanding and encourage you to reach out with any feedback or concerns.
Limiting the possibleAccess-Control-Allow-Originvalues to a set of allowed origins requires code on the server side to check the value of theOriginrequest header, compare that to a list of allowed origins, and then if theOriginvalue is in the list, set theAccess-Control-Allow-Originvalue to the same value as theOriginvalue.