blob: c21bd5f98050d5bf0003d1849679e53a0ef5c356 [file] [log] [blame]
Fetch messaging - same-origin Fetch request
If you can read JSON encoded HTTP request headers of the Fetch below, the messaging works as expected.
http://localhost:8800/common/security-features/subresource/xhr.py:
{
"accept-language": "fr-fr",
"accept-encoding": "gzip, deflate",
"connection": "keep-alive",
"accept": "*/*",
"user-agent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_5) AppleWebKit/605.1.15 (KHTML, like Gecko)",
"host": "localhost:8800",
"referer": "http://localhost:8800/referrer-policy/generic/subresource-test/fetch-messaging.html"
}
PASS Fetch is supported by the browser.
PASS Fetch is responding with HTTP headers