Skip to content

Instantly share code, notes, and snippets.

@rarous
Created January 19, 2020 07:41
Show Gist options
  • Save rarous/a390096629b7ed4a0ef5002641f80dea to your computer and use it in GitHub Desktop.
Save rarous/a390096629b7ed4a0ef5002641f80dea to your computer and use it in GitHub Desktop.
fetch("https://lighthouse-dot-webdotdevsite.appspot.com/lh/newaudit",
{"credentials":"omit",
"headers":
{"accept":"*/*",
"accept-language":"en-US,en;q=0.9,cs-CZ;q=0.8,cs;q=0.7",
"cache-control":"no-cache",
"content-type":"application/json",
"pragma":"no-cache"},
"referrer":"https://lighthouse-dot-webdotdevsite.appspot.com/",
"referrerPolicy":"no-referrer-when-downgrade",
"body":"{\"url\":\"https://www.topmonks.com\",\"replace\":true}",
"method":"POST",
"mode":"cors"});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment