Allow access to REST-API
-
Hi
Ist there a way i can allow access to REST-API?
I’m Getting the following Error from wordpress site-check:
Die REST-API-Anfrage ist aufgrund eines Fehlers fehlgeschlagen.
Fehler: cURL error 7: Failed to connect to bacher-trauerportal.bacher-digital.ch port 443: Connection refused (http_request_failed)I’ve tried the following code-snippets i found in another thread without sucess:
add_filter( 'rest_authentication_errors', '__return_true' ); remove_filter( 'rest_authentication_errors', 'v_forcelogin_rest_access', 99 );
I’m Using the Impreza Theme
kind regards
Christoph
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Allow access to REST-API’ is closed to new replies.