How to add Authorization HTTP header

Hi Developer,

Could anyone tell me please how can we add authorization header to this
request:

https://api.freeagent.com/v2/contacts?view=active

Regards and Thanks,
Cheesa
Developer, Ambosco, Sherserve

Hi Chessa,

I assume you have solved this by now, but if you did not can you post some
example code that you use to create the request? This would really depend
on the library you are using to create the request, but in general you
should have a method like “addHeaders” or a Headers property which you can
add your headers to. See WebClient’s Headers propertyhttp://msdn.microsoft.com/en-us/library/system.net.webclient.headers.aspxfor example.

Regards,
IoanOn Friday, 19 July 2013 11:25:16 UTC+1, Cheesa wrote:

Hi Developer,

Could anyone tell me please how can we add authorization header to this
request:

https://api.freeagent.com/v2/contacts?view=active

Regards and Thanks,
Cheesa
Developer, Ambosco, Sherserve