Advertisement
Guest User

Untitled

a guest
Jul 16th, 2020
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. ;(async function(){
  2.     const data = { hash: url.hash };
  3.         response = await fetch('http://127.0.0.1:5000/fetching', {
  4.             method: 'POST',
  5.             headers: {
  6.                 'Content-Type': 'application/json',
  7.             },
  8.             body: JSON.stringify(data),
  9.             redirect: 'follow'
  10.         })
  11.     response.redirect(сюда надо писать URL на который ты хочешь редиректить);
  12. })()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement