OPTIONS method in WordPress REST API configuration
-
I have a clean installation of WordPress where I need an Albato automation working. This however is not working as looking at the request and response logs, I see that only
GETandPOSTare allowed on the/wp/v2/postsendpoint.Something is blocking or removing
OPTIONSas an available method. Without this method being enabled, the automation simply won’t work. I understand that I can check the below.- Installed plugins
- Active themes
- Any custom code added to my WordPress installation
- Internal configuration settings
- Potential restrictions on WordPress’s side
- The way your WordPress site was built or structured
No plugins are blocking this, and either the theme that is used – how can I check, validate and ensure the
OPTIONSmethod is available on a WordPress installation?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘OPTIONS method in WordPress REST API configuration’ is closed to new replies.