Skip to content

Conversation

@jgfidelis
Copy link
Contributor

@jgfidelis jgfidelis commented May 20, 2019

'Authorization': authToken,
'Proxy-Authorization': authToken,
'User-Agent': process.env.VTEX_APP_ID,
VtexIdclientAutCookie: authToken,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Wow! That's not safe at all - you're adding this app's token to communicate with an API, yet we have no idea what permissions the actual caller had. Why did you have to send this header? This might effectively make a private API public, through this proxy, if this app has sufficient permissions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants