coinbase_python icon indicating copy to clipboard operation
coinbase_python copied to clipboard

Send API_Keys with POST instead of GET

Open franciscolourenco opened this issue 12 years ago • 0 comments

"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.

franciscolourenco avatar Aug 02 '13 22:08 franciscolourenco