+ 3
Any alternative to "Requests" to send POST?
I'm doing some tests and need this
1 Answer
0
I use sockets. urllib.request appears to be easier, since you don't have to handle the raw protocol and packets.
Here's one using a public form tester:
https://code.sololearn.com/cbT8f7dD0t4f/?ref=app