HTTP.au3
HTTP.au3 copied to clipboard
Any way to put Headers ?
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.