Nathan
07-04-2014, 02:28 PM
Hi,
In the HTTP Header 'Authorization: Basic', you need to provide your credentials.
In this case, we are waiting a base64 encoded of your credentials, separated by ':'.
If your application key = "toto" and your application secret is "tata", then your Basic authentication is base64("toto:tata").
The final HTTP header looks like that : 'Authorization' : 'Basic dG90bzp0YXRh'
In the HTTP Header 'Authorization: Basic', you need to provide your credentials.
In this case, we are waiting a base64 encoded of your credentials, separated by ':'.
If your application key = "toto" and your application secret is "tata", then your Basic authentication is base64("toto:tata").
The final HTTP header looks like that : 'Authorization' : 'Basic dG90bzp0YXRh'