tags:

views:

46

answers:

1

Hello,

I am using the curl found in /usr/bin/curl (Not the PHP Curl )

how do I pass authorization header using curl ?

It will be great if someone can reply.

Regards, Mithun

A: 

http://curl.haxx.se/docs/httpscripting.html

See part 6. HTTP Authentication

Oli