Skip to content

Instantly share code, notes, and snippets.

@dgpokl
Created October 28, 2021 00:06
Show Gist options
  • Save dgpokl/e21edc2fe12e7c77976440f822e9bf98 to your computer and use it in GitHub Desktop.
Save dgpokl/e21edc2fe12e7c77976440f822e9bf98 to your computer and use it in GitHub Desktop.
Builder requests
fetch("https://cdn.builder.io/api/v1/query/aa96744e7fe74e2a90d22918299c1f1d/50825ca79c37469682a4cc3866e7ff2a?omit=meta.componentsUsed&apiKey=aa96744e7fe74e2a90d22918299c1f1d&userAttributes.urlPath=%2Fcollections%2Fwomens-jackets&userAttributes.host=www.aloyoga.com&userAttributes.device=desktop&options.50825ca79c37469682a4cc3866e7ff2a.prerender=true&options.50825ca79c37469682a4cc3866e7ff2a.model=%22collection-dropzone%22&options.50825ca79c37469682a4cc3866e7ff2a.entry=%2250825ca79c37469682a4cc3866e7ff2a%22", {
"headers": {
"sec-ch-ua": "\"Chromium\";v=\"94\", \"Microsoft Edge\";v=\"94\", \";Not A Brand\";v=\"99\"",
"sec-ch-ua-mobile": "?0",
"sec-ch-ua-platform": "\"macOS\""
},
"referrer": "https://www.aloyoga.com/",
"referrerPolicy": "strict-origin-when-cross-origin",
"body": null,
"method": "GET",
"mode": "cors"
});
fetch("https://cdn.builder.io/api/v1/query/aa96744e7fe74e2a90d22918299c1f1d/4a7fcc3f49a045199476fc4ce8e90dad?omit=meta.componentsUsed&apiKey=aa96744e7fe74e2a90d22918299c1f1d&userAttributes.urlPath=%2Fcollections%2Fbeauty&userAttributes.host=www.aloyoga.com&userAttributes.device=desktop&options.4a7fcc3f49a045199476fc4ce8e90dad.prerender=true&options.4a7fcc3f49a045199476fc4ce8e90dad.model=%22collection-dropzone%22&options.4a7fcc3f49a045199476fc4ce8e90dad.entry=%224a7fcc3f49a045199476fc4ce8e90dad%22", {
"headers": {
"accept": "*/*",
"accept-language": "en-US,en;q=0.9,fr-CA;q=0.8,fr;q=0.7",
"if-none-match": "W/\"2425-j4tZsDTVNXUdEBOISjnEVAwAUWY\"",
"sec-ch-ua": "\"Chromium\";v=\"94\", \"Microsoft Edge\";v=\"94\", \";Not A Brand\";v=\"99\"",
"sec-ch-ua-mobile": "?0",
"sec-ch-ua-platform": "\"macOS\"",
"sec-fetch-dest": "empty",
"sec-fetch-mode": "cors",
"sec-fetch-site": "cross-site"
},
"referrer": "https://www.aloyoga.com/",
"referrerPolicy": "strict-origin-when-cross-origin",
"body": null,
"method": "GET",
"mode": "cors"
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment