Open kamrankhatti opened 8 years ago
Is there any solution to get protected response by passing accessToken in headers instead of query string?
Thanks
explain what you mean
IMHO, Access Token is always passed via headers, if you want to secure your API responses use SSL (HTTPS) or Custom Encryption Library (I use RNCryptor)
Is there any solution to get protected response by passing accessToken in headers instead of query string?
Thanks