Reece Rodriguez
06/24/2020, 3:07 PMcurl
call or using python requests. What is the header for authentication called? I saw somewhere on github someone used curl -H Authorization: [tokenhere]
but that didn't work for meblaedj
06/24/2020, 3:38 PMcurl -H "Authorization: Bearer <tokenhere>"
to specify the type
in the standard Authorization: <type> <credentials>
headerReece Rodriguez
06/24/2020, 3:38 PMcurl -H "Authorization: Bearer Token"
Bearer Token
partblaedj
06/24/2020, 3:40 PMReece Rodriguez
06/24/2020, 3:43 PMblaedj
06/24/2020, 3:44 PM