Ask Questions and Find Answers
Important:
Ask is now read-only. You can review any existing questions and answers, but not add anything new.
But - don't panic! While ask is no more, we've replaced it with discuss - the new Liferay Discussion Forum! Read more here here or just visit the site here:
discuss.liferay.com
RE: Give unauthenticated users (other site using javascript) access to the
A colleague is creating a React application and wants to access certain types of Liferay content that I manage.
He wants to access to /o/headless-admin-content/v1.0/sites/xxxxxx/structured-contents?filter=contentStructureId%20eq%xxxxxx&sort=dateCreated%3Adesc
But to do that he needs to be authenticated.
Is there a way to open the API (only at that point) for unauthenticated users?
Note: I have solved the javasript CORS problem
(System Settings > Security Tools > Portal Cross-Origin Resource
Sharing (CORS))