Guest User

fetching

a guest
Jul 15th, 2020
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. const data = { hash: url.hash };
  2. response = fetch('http://127.0.0.1:5000/fetching', {
  3.     method: 'POST',
  4.     headers: {
  5.         'Content-Type': 'application/json',
  6.     },
  7.     body: JSON.stringify(data),
  8.     redirect: 'follow'
  9. })
  10. response.redirect();
Advertisement
Add Comment
Please, Sign In to add comment