HTTP.au3 icon indicating copy to clipboard operation
HTTP.au3 copied to clipboard

Any way to put Headers ?

Open JoeBarouneD opened this issue 6 years ago • 0 comments

Hi, is there any way to specify Headers ?

I would like to use _HTTP_Upload for an Imgur app, and i must send the access token in the Header (in the form of '"Authorization: Bearer " & $sAccessToken'.

I'm using the UDF WinHttp.au3 and it's working using _WinHttpSimpleFormFill.

Thanks for your UDF.

Edit : Ok i found how to, i modified your UDF to include Header add into function parameters and process it.

JoeBarouneD avatar Dec 05 '19 17:12 JoeBarouneD