Chrome:initiator为other
今天突然瞄到initiator为other,这啥情况?!
用户通过点击链接或者在地址栏中输入网址导航到返回的资源 initiator 为 other。
Initiator:发送请求的对象,主要包含Parser和Script
Initiator: The object or process that initiated the request. It can have one of the following values:
Initiator: 发起请求的对象或进程。它可以具有以下值之一:
-
Parser - Chrome’s HTML parser initiated the request.
解析器 - Chrome的HTML解析器发起了请求。 -
Redirect - A HTTP redirect initiated the request.
重定向 - HTTP重定向启动了请求。 -
Script - A script initiated the request.
脚本 - 脚本启动了请求。 -
Other - Some other process or action initiated the request, such as the user navigating to a page via a link, or by entering a URL in the address bar.
其他 - 其他一些流程或操作启动了请求,例如用户通过链接导航到页面,或者在地址栏中输入URL。
原文链接:https://blog.youkuaiyun.com/qq_34752068/article/details/89244809