0
0
0x0000002F2022-01-22 19:02:17
Computer networks
0x0000002F, 2022-01-22 19:02:17

How can you send your POST request?

Hello!
I need to send POST requests with different data to the server of one game and look at the results it will return. How to do it? Nothing illegal, I'm just uhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhh
?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
V
Vasily Bannikov, 2022-01-22
@0x0000002F

Instead of a browser, use the tools that are designed for this.
The already named console curl is fine for this.
If the console is not a very familiar tool for you, try postman

R
rPman, 2022-01-22
@rPman

curl is the most advanced tool, there is both a console utility and a library, it is available for almost all languages
. In addition to POST data, there are also http headers that may contain authorization data (for example, a digital signature) or a session .. . perhaps the browser added an unnecessary tag (unlikely, rather, the necessary one is missing)
Another point, post has different forms of data transfer, roughly speaking, file upload or named attributes (this is a classic html form)

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question