mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 01:18:42 +00:00
Website: prefix header in proxied apple request (#38312)
Changes: - Updated the get-vpp-app-metadata action to prefix the provided vpp token before it sends it to an Apple API
This commit is contained in:
parent
16a55e1752
commit
390c149445
1 changed files with 1 additions and 1 deletions
|
|
@ -118,7 +118,7 @@ module.exports = {
|
|||
},
|
||||
headers: {
|
||||
'Authorization': `Bearer ${tokenForThisRequest}`,
|
||||
'Cookie': `${vppToken}`,
|
||||
'Cookie': `itvt=${vppToken}`,
|
||||
}
|
||||
})
|
||||
.tolerate((err)=>{
|
||||
|
|
|
|||
Loading…
Reference in a new issue