Consume AEM XF externally
Using AEMaaCS, we have created and published an experience fragment to be consumed by an external site.
We have generated local development credentials and using Postman, have authenticated with the author instance and retrieved the XF content without issue.
Attempting to reuse the same postman request, replacing author with publish url, the request fails (403 - forbidden response).
What is needed to retrieve the content from publish?
Aside from adding allow filter for XF path to filters.any what other configuration might be required for dispatcher config?

