Skip to content

Instantly share code, notes, and snippets.

@tomlinton
Created April 16, 2020 04:51
Show Gist options
  • Save tomlinton/2209828f4feb2376e63f47c6b066d50c to your computer and use it in GitHub Desktop.
Save tomlinton/2209828f4feb2376e63f47c6b066d50c to your computer and use it in GitHub Desktop.
fetch("https://www.amazon.com/gp/delivery/ajax/address-change.html", {
"headers": {
"accept": "text/html,*/*",
"accept-language": "en-US,en;q=0.9,es;q=0.8",
"cache-control": "no-cache",
"content-type": "application/x-www-form-urlencoded;charset=UTF-8",
"pragma": "no-cache",
"sec-fetch-dest": "empty",
"sec-fetch-mode": "cors",
"sec-fetch-site": "same-origin",
"x-requested-with": "XMLHttpRequest",
"cookie": "session-id=143-2948132-6614365; session-id-time=2082787201l; i18n-prefs=USD; sp-cdn=\"L5Z9:NZ\"; ubid-main=135-1712761-5987653; x-wl-uid=1eGimuUhT375U48OPpp0GRAhmClQU5crnOvv/K3iDW3kyVdzBlOHi+ebnne8ha6qTkBxMMCFj7F0=; session-token=gO4IdUwxNMWNZDzc5frs6IBk6E6KbaXz8EPEL+b6SXle9Kb9hOFRm/JtLlp8NmzxWWEY3w59Csz1AFlNVSQXVwBo1s1SEF34QHn0kMY9iXjcbd4fnqlEdYOTmiJPJq4z2s7Zd6RpOHFqtCsp6cmovMrcktJBcoJPyx436DlqbUeT96fLdqkTacgKZbkPap/43tTtcpNw8+7Ner4+BI0mrzRIDHt/YumMapgHfHy09COf86k8TXj2rK5mCR3p8494; csm-hit=tb:GX7WENMVJZ51R8FW6QKQ+s-GX7WENMVJZ51R8FW6QKQ|1587012529022&t:1587012529022&adb:adblk_no"
},
"referrer": "https://www.amazon.com/Pellor-Indoor-Outdoor-Swing-17-7x7-9x0-6/dp/B06XPC7LQ9/ref=sr_1_6?dchild=1&keywords=wood+swing+for+kids&qid=1587008701&sr=8-6",
"referrerPolicy": "no-referrer-when-downgrade",
"body": "locationType=LOCATION_INPUT&zipCode=90210&storeContext=lawn-garden&deviceType=web&pageType=Detail&actionSource=glow&almBrandId=undefined",
"method": "POST",
"mode": "cors"
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment