diff options
author | Mike Crute <mike@crute.us> | 2017-10-29 16:20:18 +0000 |
---|---|---|
committer | Mike Crute <mike@crute.us> | 2017-10-29 16:20:18 +0000 |
commit | be650017d19c2d6c8d2731ff2535e71c04ed5eb6 (patch) | |
tree | 16eb404275c8e533b161982266a435e77aa31d39 | |
parent | 112be71223bee7bb0ec859ac23c518b83de9f822 (diff) | |
download | pandora-apidoc-be650017d19c2d6c8d2731ff2535e71c04ed5eb6.tar.gz pandora-apidoc-be650017d19c2d6c8d2731ff2535e71c04ed5eb6.tar.bz2 pandora-apidoc-be650017d19c2d6c8d2731ff2535e71c04ed5eb6.zip |
REST doesn't require cookie tracking
-rw-r--r-- | rest/index.rst | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/rest/index.rst b/rest/index.rst index f43d797..e656e4b 100644 --- a/rest/index.rst +++ b/rest/index.rst @@ -26,10 +26,6 @@ HTTPS. Requests require a ``Content-Type`` header of ``application/json``. Response bodies are JSON-encoded values. Unlike the JSON v5 API there is no requirement for time syncronization, Blowfish cryptography, or partner logins. -The API requires a cookie aware client as several cookies will be issued during -authentication that **must** be present in every request. Failure to provide -the cookies will result in HTTP 400 errors. - .. _rest-csrf-token: CSRF Token / Cookie |