提问人:Sora2455 提问时间:3/18/2022 更新时间:10/18/2022 访问量:445
报告端点未解析
Reporting Endpoints not parsing
问:
在我的 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 视图时,我可以看到没有解析任何端点。但是当我打开 https://reporting-api-demo.glitch.me/page 时,我可以看到解析了两个这样的端点。他们设置:
reporting-endpoints: main-endpoint="https://reports-endpoint.glitch.me/main", default="https://reports-endpoint.glitch.me/default"
我尝试使用与他们相同的小写标题名称,但没有奏效。知道我在这里做错了什么吗?
答:
0赞
Sora2455
3/23/2022
#1
这最终在我们的暂存站点上工作,所以我很确定它在 localhost 上不起作用。
1赞
LiCheng
10/18/2022
#2
它不适用于 HTTP。 报告 API 端点将在 HTTPS 上解析。
评论