#Help me with requests

2 messages · Page 1 of 1 (latest)

dusk kiteBOT
#

@olive light

File Attachments Not Allowed

For safety reasons we do not allow files with certain file extensions.

arthk Said

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

Code Formatting

You can share your code using triple backticks like this:
```
YOUR CODE
```

Large Portions of Code

For longer scripts use Hastebin or GitHub Gists and share the link here

Ignored these files due to them having disallowed file extensions
  • code.js
olive light