admin管理员组文章数量:1130349
I'm setting a WordPress, but posts can't be saved. A 500 error shows up. I contacted the system's team, and apparently it's because they have a Firewall (Fortiweb), and one of the rules is about cookie security.
The Firewall is returning the error:
Cookie signed verification failed - Cookie name (wp-signed-post), signed verification failed;
It's a WordPress Multisite, working with HTTPS and I added in the wp-config.php:
define('ADMIN_COOKIE_PATH', '/');
define('COOKIE_DOMAIN', '');
define('COOKIEPATH', '');
define('SITECOOKIEPATH', '');
I also tried to change the cookie domain with:
define('COOKIE_DOMAIN', $_SERVER['HTTP_HOST']);
How can I deal with it?
Thank you!
I'm setting a WordPress, but posts can't be saved. A 500 error shows up. I contacted the system's team, and apparently it's because they have a Firewall (Fortiweb), and one of the rules is about cookie security.
The Firewall is returning the error:
Cookie signed verification failed - Cookie name (wp-signed-post), signed verification failed;
It's a WordPress Multisite, working with HTTPS and I added in the wp-config.php:
define('ADMIN_COOKIE_PATH', '/');
define('COOKIE_DOMAIN', '');
define('COOKIEPATH', '');
define('SITECOOKIEPATH', '');
I also tried to change the cookie domain with:
define('COOKIE_DOMAIN', $_SERVER['HTTP_HOST']);
How can I deal with it?
Thank you!
本文标签: multisiteCookie signed verification failedwpsavingpost
版权声明:本文标题:multisite - Cookie signed verification failed - wp-saving-post 内容由热心网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:https://it.en369.cn/questions/1749051264a2308652.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。


发表评论