Chrome 报告端点未进行语法分析

kupeojn6  于 2022-12-06  发布在  Go
关注(0)|答案(2)|浏览(138)

在我的localhost页面中,我返回了这个标题:

Reporting-Endpoints: main-endpoint="https://[brand].report-uri.com/a/d/g", csp-endpoint="https://[brand].report-uri.com/r/d/csp/enforce", cspro-endpoint="https://[brand].report-uri.com/r/d/csp/reportOnly"

其中,[brand]是我公司的名称,以小写字母表示。
当我打开Chrome的Reporting API视图中的Application选项卡时,我可以看到没有端点被解析,但当我打开https://reporting-api-demo.glitch.me/page时,我可以看到两个这样的端点被解析,它们设置为:

reporting-endpoints: main-endpoint="https://reports-endpoint.glitch.me/main", default="https://reports-endpoint.glitch.me/default"

我试过使用和他们一样的小写标题名,但是没有用。你知道我在这里做错了什么吗?

tvokkenx

tvokkenx1#

它在HTTP上不起作用。将在HTTPS上分析报告API终结点。

o0lyfsai

o0lyfsai2#

这最终在我们的暂存站点上工作,所以我很确定它在localhost上不工作。

相关问题