Enable CORS (Cross-origin resource sharing)
We are using Word Press REST API to fetch the blogs and display in our website..
the following needs to be part of the HTTP Headers:
Access-Control-Allow-Origin - *
While we added this in ht access file, this is getting refreshed and going off from there. Can anyone help?