-
Notifications
You must be signed in to change notification settings - Fork 859
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Authorization header gets generated twice for Basic Auth type request #8271
Labels
Comments
Hey @anilaselwyn-nbcuni , can you mention the App version in which you are facing this issue? |
I tried reproducing this on Postman 7.21.1 but could not reproduce by the steps you mentioned above. Can you provide detailed steps to reproduce and/or screenshots, video recordings to help us solve the issue? @anilaselwyn-nbcuni |
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Authorization header gets generated twice for Basic Auth type request
Steps to reproduce the behavior:
{code}
curl --location --request POST 'https://host-xyz'
--header 'Authorization: Basic xyz'
--header 'Cache-Control: no-cache'
--header 'Connection: keep-alive'
--header 'Content-Type: application/x-www-form-urlencoded'
--header 'Host: xyz.amazoncognito.com'
--header 'Postman-Token: generated postman token'
--header 'User-Agent: PostmanRuntime/7.15.0'
--header 'accept-encoding: gzip, deflate'
--header 'content-length: '
--header 'cookie: XSRF-TOKEN=generated token'
--header 'Authorization: Basic xyz='
{code}
Error:
400 Bad Request
Expected behavior
200 and a good response
I'm unable to get rid of the headers that are generated twice
The text was updated successfully, but these errors were encountered: