Cannot remove cookie set by BLC
-
Greetings,
Getting this msg. in Site Health.
When testing the REST API, an unexpected result was returned:
REST API Endpoint: https://example.com/wp-json/wp/v2/types/post?context=edit
REST API Response: (403) ForbiddenAccess to anything in /wp-json/ I have restricted by IP addresses of only the server and website. I run the exact same setup on another site without problems. The following does not show on the other site.
HTTP Response shows: {
"headers": {},
"body": "",
"response": {
"code": 403,
"message": "Forbidden"
},
"cookies": [
{
"name": "broken-link-css-wrap",
"value": "0",
"expires": null,
"path": "/",
"domain": null,
"port": null,
"host_only": true
},
],
"filename": null,
"http_response": {
"data": null,
"headers": null,
"status": null
}If understand correctly,
broken-link-css-wrap
is specific to Broken Link Checker and has to do with a set Cookie that lasts for one year.Also, I have removed the Plugin, cleaned the database, reset the Permalinks and cleared Browser cookies. So where is this cookie, why is this cookie being called and how do I remove it?
If I understand incorrectly, can you explain why
broken-link-css-wrap
is being called only on this one site, causing this problem, and how to correct the problem?
- The topic ‘Cannot remove cookie set by BLC’ is closed to new replies.