arduino-restclient icon indicating copy to clipboard operation
arduino-restclient copied to clipboard

Does it support https and access token?

Open yujingwu opened this issue 10 years ago • 1 comments
trafficstars

For example, can this library do something similar to the following curl command?

curl -X GET "https://api.somecompany.com/v1.1/fooAPI?key_1=value_1&key_2=value_2" -H "Authorization: Bearer a_access_token"

yujingwu avatar Jul 25 '15 02:07 yujingwu

no https (would need an ssl client on the arduino) but does support any header so yes on access token

csquared avatar Feb 25 '16 00:02 csquared