79238396

Date: 2024-11-29 21:28:13
Score: 1
Natty:
Report link

Try to add user agent:

fetch(url, {
    headers: {
        'Authorization': `Basic ${encodedString}`,
        'Cache-Control': 'no-cache'
    },
    "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.138 Safari/537.36"
})
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Super Zombi