Advertisement
Guest User

Untitled

a guest
Feb 16th, 2021
2,005
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.71 KB | None | 0 0
  1. fetch("https://www.argos.co.uk/basket-api/v1/basket/items", {
  2. "headers": {
  3. "accept": "*/*",
  4. "accept-language": "en-GB,en-US;q=0.9,en;q=0.8",
  5. "content-type": "application/json",
  6. "sec-ch-ua": "\"Chromium\";v=\"88\", \"Google Chrome\";v=\"88\", \";Not A Brand\";v=\"99\"",
  7. "sec-ch-ua-mobile": "?0",
  8. "sec-fetch-dest": "empty",
  9. "sec-fetch-mode": "cors",
  10. "sec-fetch-site": "same-origin",
  11. "x-newrelic-id": "VQEPU15SARAGV1hVDgMBUVY="
  12. },
  13. "referrer": "https://www.argos.co.uk/product/XXXXXXX",
  14. "referrerPolicy": "strict-origin-when-cross-origin",
  15. "body": "{\"productId\":\"8349000\",\"quantity\":1}",
  16. "method": "POST",
  17. "mode": "cors",
  18. "credentials": "include"
  19. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement