HTTP/2 200
content-type: text/html
x-guploader-uploadid: ABgVH88A_CSHPJJjUW69IzeNXbj-NxTF_YXdjiPHkbwH8qq2Ibvajc64FjimEFAoavMa-Q4hAH0E0Co
cache-control: public, max-age=3600
expires: Wed, 30 Jul 2025 19:35:08 GMT
last-modified: Wed, 23 Jul 2025 00:44:42 GMT
etag: W/"defaf6a2a41494d3e677a1c9bad31e69"
x-goog-generation: 1753231482594243
x-goog-metageneration: 1
x-goog-stored-content-encoding: identity
x-goog-stored-content-length: 84654
x-goog-meta-goog-reserved-file-mtime: 1753230411
x-goog-hash: crc32c=Ff7r4Q==, md5=3vr2oqQUlNPmd6HJutMeaQ==
x-goog-storage-class: STANDARD
accept-ranges: none
alt-svc: h3=":443"; ma=2592000,h3-29=":443"; ma=2592000
alt-svc: clear
x-content-type-options: nosniff
strict-transport-security: max-age=63072000
content-security-policy: default-src 'self'; script-src 'report-sample' 'self' 'wasm-unsafe-eval' https://www.google-analytics.com/analytics.js https://www.googletagmanager.com/gtag/js assets.codepen.io production-assets.codepen.io https://js.stripe.com 'sha256-EehWlTYp7Bqy57gDeQttaWKp0ukTTEUKGP44h8GVeik=' 'sha256-XNBp89FG76amD8BqrJzyflxOF9PaWPqPqvJfKZPCv7M='; script-src-elem 'report-sample' 'self' 'wasm-unsafe-eval' https://www.google-analytics.com/analytics.js https://www.googletagmanager.com/gtag/js assets.codepen.io production-assets.codepen.io https://js.stripe.com 'sha256-EehWlTYp7Bqy57gDeQttaWKp0ukTTEUKGP44h8GVeik=' 'sha256-XNBp89FG76amD8BqrJzyflxOF9PaWPqPqvJfKZPCv7M='; style-src 'report-sample' 'self' 'unsafe-inline'; object-src 'none'; base-uri 'self'; connect-src 'self' developer.allizom.org bcd.developer.allizom.org bcd.developer.mozilla.org updates.developer.allizom.org updates.developer.mozilla.org https://*.google-analytics.com https://*.analytics.google.com https://*.googletagmanager.com https://incoming.telemetry.mozilla.org https://observatory-api.mdn.allizom.net https://observatory-api.mdn.mozilla.net https://api.github.com/search/issues stats.g.doubleclick.net https://api.stripe.com; font-src 'self'; frame-src 'self' interactive-examples.mdn.mozilla.net interactive-examples.mdn.allizom.net mdn.github.io live-samples.mdn.mozilla.net live-samples.mdn.allizom.net *.mdnplay.dev *.mdnyalp.dev *.play.test.mdn.allizom.net https://v2.scrimba.com https://scrimba.com jsfiddle.net www.youtube-nocookie.com codepen.io survey.alchemer.com https://js.stripe.com; img-src 'self' data: *.githubusercontent.com *.googleusercontent.com *.gravatar.com mozillausercontent.com firefoxusercontent.com profile.stage.mozaws.net profile.accounts.firefox.com developer.mozilla.org mdn.dev interactive-examples.mdn.mozilla.net interactive-examples.mdn.allizom.net wikipedia.org upload.wikimedia.org https://mdn.github.io/shared-assets/ https://mdn.dev/ https://*.google-analytics.com https://*.googletagmanager.com www.gstatic.com; manifest-src 'self'; media-src 'self' archive.org videos.cdn.mozilla.net https://mdn.github.io/shared-assets/; child-src 'self'; worker-src 'self';
x-frame-options: DENY
origin-trial: AxVILwizhbMjxFeHOn1P3R8niO1RJY/smaK4B4d1rLzc1gTaxtXMSaTi+FoigYgCw40uFRDwFcEAeqDR+vVLOW4AAABfeyJvcmlnaW4iOiJodHRwczovL2RldmVsb3Blci5tb3ppbGxhLm9yZyIsImZlYXR1cmUiOiJQcml2YXRlQXR0cmlidXRpb25WMiIsImV4cGlyeSI6MTc0MjA3OTYwMH0=
x-cloud-trace-context: 1392243ccf7ef884415efa21f4adccb5
date: Wed, 30 Jul 2025 18:35:09 GMT
server: Google Frontend
via: 1.1 google
vary: Accept-Encoding
content-encoding: gzip
x-cache: miss
proxy.RequestDetails - Mozilla | MDN
Contains information about a web request. An instance of this object is passed into the proxy.onRequest
listener.
Values of this type are objects. They contain the following properties:
cookieStoreId
string
. The cookie store ID of the current context. See Work with contextual identities for more information.
documentUrl
string
. URL of the page into which the requested resource will be loaded.
frameId
integer
. Zero if the request happens in the main frame; a positive value is the ID of a subframe in which the request happens. If the document of a (sub-)frame is loaded (type
is main_frame
or sub_frame
), frameId
indicates the ID of this frame, not the ID of the outer frame. Frame IDs are unique within a tab.
fromCache
boolean
. Indicates if this response will be fetched from disk cache.
incognito
boolean
. true
for private browsing requests.
method
string
. Standard HTTP method: for example, "GET" or "POST".
originUrl
string
. URL of the resource that triggered the request. Note that this may not be the same as the URL of the page into which the requested resource will be loaded. For example, if a document triggers a load in a different window through the target attribute of a link , or a CSS document includes an image using the url()
functional notation , then this is the URL of the original document or of the CSS document, respectively.
parentFrameId
integer
. ID of the frame that contains the frame that sent the request. Set to -1 if no parent frame exists.
requestId
string
. The ID of the request. Request IDs are unique within a browser session, so you can use an ID to identify different events associated with the same request.
webRequest.HttpHeaders
. The HTTP request headers that will be sent with this request. Note that this is only included if the "requestHeaders"
option was passed into addListener()
.
tabId
integer
. ID of the tab in which the request takes place. Set to -1 if the request is not related to a tab.
thirdParty
boolean
. Indicates whether the request and its content window hierarchy is third party.
timeStamp
number
. The time when this event fired, in milliseconds since the epoch .
type
webRequest.ResourceType
. The type of resource being requested: for example, "image", "script", or "stylesheet".
url
string
. Target of the request.