Hi, has there been any movement on this. I am struggling with the same situation and I am fairly confident I have followed all the directions as prescribed. I have been working on this issue for about 2 months and I just cant seem to get it done.
I have a development site on:
AWS EC2 with a Bitnami Stack - WordPress Certified by Bitnami and Automattic-5-2-3-0 on Ubuntu 16-04-Autogen By AWSMP
I have a CloudFront setup with
Allowed HTTP Methods = GET, HEAD, OPTIONS
Whitelist Headers = Access-Control-Allow-Origin and Origin
Query String Forwarding and Caching = Forward all, cache based on all
My EC2 is configured to run Virtual Hosts per these instructions:
https://docs.bitnami.com/oci/infrastructure/lamp/configuration/configure-custom-application/
And all works well.
I have created custom conf files for the site (htaccess.conf / httpd-app.conf / httpd-prefix.conf)
In the httpd-app.cof added
Header set Access-Control-Allow-Origin "*"
I also added
Header set Access-Control-Allow-Origin "*"
Header set Access-Control-Allow-Methods "GET, OPTIONS, POST"
Header set Access-Control-Allow-Headers "origin, x-requested-with, content-type, accept"
I have used both CometCachePro and WP Fastest Cache with the exact same results.
I have cleared my cache when testing
I have fixed and reset all permissions
I have cycled all services after all changes
I just frustrated at this point becuase I am fairly certain that its a server configuration issue, I just have no idea where to go next.
I also ran the support bundle and succesfully uploaded with this code: e5d54f31-267a-9ce3-fd3f-f3420f54a67c
I would greatly appreciate any input!
This is a dev site so I'm flexible on the access...
Thanks!!!!