So because I earlier wrote an example of sending GET requests, I figure I’d also supply an example of sending POST requests, because there is a right way to do this, and a way that is usually wrong. Again, it comes down to the difference between doing this with string manipulation, and just using a …
Continue reading “Basic Programming: Sending POST requests using Python-Requests”