Good morning.
I have to make a query to a WS to return an access_token, this WS has OAuth 2.0 security, I need to pass a client_id and client_secret, otherwise it returns 'unauthorized'.
This is the cURL:
curl -X POST -vu <client_id>:<...
asked by
20.08.2016 / 21:52