coinbase_python
coinbase_python copied to clipboard
Send API_Keys with POST instead of GET
"URLs including the GET data are often logged by the webserver, whereas POST data seldom is". -- http://stackoverflow.com/a/4751294/1445812
This might pose a security risk since the logs are often not submitted to the same security measures the API_Keys should be.