Adding auth credentials to any requests.get or .post
Category: HTTP
HTTP GET
Simple GET request Get Byte array of response (e.g. raw byte array of a returned file)
HTTP POST
Post a file Post a file from binary data I.e, POST without needing to save your data to a file first Post file and other data fields Getting the data with PHP