@olive light
For safety reasons we do not allow files with certain file extensions.
I want to sent POST request to a website, which is using x-www-urlencoded form
I've copied request from browser, and I've tried it on 2 languages, on curl, on different libraries, and actually on python's requests, my friend got the request right with all info I need and 200 response, but when I tried it on my pc - it didnt work out. Also, I've tried sending a request from a website, like https://reqbin.com/, but I always get an error, and I think the problem is with headers, but I dont know what is it.
I always get 403 response and "Just a moment..." message.Right now I'm using Node.js and cloudscraper library, I've tried axios and got and it didn't work out as well.
Also I want to use a library, which supports async requests.I've tried using proxies and it didnt work as well.
I will attach my code
You can share your code using triple backticks like this:
```
YOUR CODE
```
For longer scripts use Hastebin or GitHub Gists and share the link here
- code.js