trying to send request-body to rest_api custom csp-endpoint
For sure, you are missing required argument permission_callback If you want this endpoint to be public you add it like this: ‘permission_callback’ => ‘__return_true’ It is tricky, because documentation do not tell you directly that this one is required. From version 5.5 you have only debug note that this argument is required. Also in your … Read more