CORS ERROR #503
|
I am using a
and on my wordpress I get an error CORS error How can I resolve it? I tried to fix it with security.conf file in Apache but doesn't help Do you know how to fix it or which way to go with it? |
Replies: 3 comments 1 reply
|
CORS always confuses me, so I usually need to loop in @danpastori because there are usually things you need to do on the app side of things to get it to work. If anyone else in the community has ideas, it would be greatly appreciated if you chimed in 🙌 |
|
CORS is a mega pain. If I were to take a guess is there's something in your PHP/WP install that's not adding the proper Access-Control-Allow-Origin header to be set correctly. I've only managed CORS through code(at least with Laravel). If it is server-side though, I'd have to throw this back into the discussion. |
|
This was a problem on an endpoint side API URL. They have a white list for the domain. Regular staff in WordPress must work ok. |

This was a problem on an endpoint side API URL. They have a white list for the domain.
Regular staff in WordPress must work ok.