JimmyLaurent / cloudflare-scraper

A package to bypass Cloudflare's protection
MIT License
286 stars 30 forks source link

I can not send POST request #42

Open howcio opened 2 years ago

howcio commented 2 years ago

I have problem with sending post request, i tried already everything and i have no idea how to do it.

I tried this and some other combinations, but doesnt work...

const response = await cloudflareScraper.post('https://www.xxxxxxxxxxx',  { 'postData': 'name=Adam&pass=123123' });