You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: