How to send GET and POST web requests Python | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

How to send GET and POST web requests Python

Im working to get a program to potentially navigate and execute tasks on websites. Although it isnt covered in the course here and isnt available in the code playground, its definitely something I still want to learn.

11th Feb 2018, 10:29 PM
privrax.
privrax. - avatar
2 Answers
+ 1
Google 'Selenium', you might like it. otherwise, learn how to use the Requests module.
12th Feb 2018, 1:47 AM
Brandon
Brandon - avatar
+ 1
You have to use a python framework like Flask or dJango to handle Http requests. search for tutorials online.
12th Feb 2018, 1:49 AM
Ravi Chandra Enaganti
Ravi Chandra Enaganti - avatar