Errore Rest Api 404
-
Ciao a tutti,
sto rifacendo da zero il mio sito ed ho WP 6.1.1 ma ho problemi con le REST API. Me ne sono accorto perché, cercando di pubblicare una nuova pagina, il sistema mi presentava l’errore
Pubblicazione fallita. La risposta non è una risposta JSON valida.
Al che ho indagato ed ho scoperto che le REST API sul mio server Debian sono presenti. Però WP, nella sezione Site Health, mi dice:
Endpoint REST API: https://fraxinus.to.it/wp-json/wp/v2/types/post?context=edit
Risposta REST API: (404) Not FoundQui di seguito metto le risposte da console del mio server:
curl -X OPTIONS -i https://fraxinus.to.it/wp-json/ HTTP/1.1 200 OK Date: Sun, 05 Mar 2023 18:16:07 GMT Server: Apache/2.4.54 (Debian) Allow: GET,POST,OPTIONS,HEAD Content-Length: 0 curl -X get -i https://fraxinus.to.it/wp-json/wp/v2/types/post HTTP/1.1 501 Not Implemented Date: Sun, 05 Mar 2023 18:16:12 GMT Server: Apache/2.4.54 (Debian) Allow: GET,POST,OPTIONS,HEAD Content-Length: 283 Connection: close Content-Type: text/html; charset=iso-8859-1 <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"> <html><head> <title>501 Not Implemented</title> </head><body> <h1>Not Implemented</h1> <p>get not supported for current URL.<br /> </p> <hr> <address>Apache/2.4.54 (Debian) Server at fraxinus.to.it Port 443</address> </body></html> curl -X get -i https://fraxinus.to.it/wp-json/wp/v2/types/pages HTTP/1.1 501 Not Implemented Date: Sun, 05 Mar 2023 18:16:34 GMT Server: Apache/2.4.54 (Debian) Allow: GET,POST,OPTIONS,HEAD Content-Length: 283 Connection: close Content-Type: text/html; charset=iso-8859-1 <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"> <html><head> <title>501 Not Implemented</title> </head><body> <h1>Not Implemented</h1> <p>get not supported for current URL.<br /> </p> <hr> <address>Apache/2.4.54 (Debian) Server at fraxinus.to.it Port 443</address> </body></html>
Non so proprio che fare. Questo problema mi blocca perché non posso creare alcun tipo di contenuto, né articoli né pagine.
Avete suggerimenti, per favore?
Grazie molte.
La pagina su cui ho bisogno di aiuto: [devi essere connesso per vedere il link]
Stai visualizzando 8 risposte - dal 1 al 8 (di 8 totali)
Stai visualizzando 8 risposte - dal 1 al 8 (di 8 totali)
- Il topic ‘Errore Rest Api 404’ è chiuso a nuove risposte.