Woocommerce API 返回 JSON Content-Type:text/html

Woocommerce API returning JSON with Content-Type: text/html

我正在尝试将我的 Woocommerce 安装连接到需要将 Content-Type 设置为 application/json 的外部服务 (Trustpilot),但是当我使用 API 时,header returns Content-Type: text/html

我发现 this post on their GitHub 是 2015 年的,但它似乎并没有修复。

有什么方法可以将 API 强制为 return Content-Type: application/json

发现这是插件 WP Super Cache 的问题