Any alternative to "Requests" to send POST? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

Any alternative to "Requests" to send POST?

I'm doing some tests and need this

29th Aug 2018, 12:22 AM
InvBoy [ :: FEDE :: ]
InvBoy [ :: FEDE :: ] - avatar
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
29th Aug 2018, 12:52 AM
Kirk Schafer
Kirk Schafer - avatar