Advertisement
AhmedSokr

Untitled

Feb 10th, 2020
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.65 KB | None | 0 0
  1. await fetch("https://ftcontrolsv3.com/web/Form_FB_Extract_Data_Web.php", {
  2. "credentials": "include",
  3. "headers": {
  4. "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:72.0) Gecko/20100101 Firefox/72.0",
  5. "Accept": "text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8",
  6. "Accept-Language": "en-US,en;q=0.5",
  7. "Content-Type": "application/x-www-form-urlencoded",
  8. "Upgrade-Insecure-Requests": "1"
  9. },
  10. "referrer": "https://ftcontrolsv3.com/web/Form_FB_Extract_Data_Web.php",
  11. "body": "search=100014777585415&submit=Submit",
  12. "method": "POST",
  13. "mode": "cors"
  14. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement