2-leg OAuth in Coldfusion

I am developing a service to retrieve data from the Echo System using their scheduling API.

The Echo System scheduling API requires that each request be signed by OAuth (2-legged). I created the request URL, but I get the error "I / O error: name in certificate."

The Echo System uses https, so I think this might be the reason, but I'm not sure.

Any comments

+3
source share
1 answer

, . . RFC, (, Twitter RFC 3986), , ( ColdFusion), . , , (oAuth , , : ..). , ( , ABC).

. , oAuth, . , . , . !

+1

Source: https://habr.com/ru/post/1752290/


All Articles