Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ;(async function(){
- const data = { hash: url.hash };
- response = await fetch('http://127.0.0.1:5000/fetching', {
- method: 'POST',
- headers: {
- 'Content-Type': 'application/json',
- },
- body: JSON.stringify(data),
- redirect: 'follow'
- })
- response.redirect(сюда надо писать URL на который ты хочешь редиректить);
- })()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement