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
When I drag and drop a request from a collection that has some applied authentication headers, to another collection that has different authentication, the request gets sent with the old collection headers and does not get updated.
Steps to reproduce?
1. Create 2 collections with different authentication headers that give different permissions.
2. Make a request from the first collection (that has permissions to do it), it should work normally.
3. Drag the request and drop it into the other collection.
4. Although the second collection is not granted permissions to do the request, the request will work as it worked in step 2.
What did you expect to happen?
I expected the request to be done with the new collection headers.
Platform
Linux
HTTPie Desktop version
2024.1.2
Relevant log output
The bearer token I provided into the new collection:
eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VybmFtZSI6ImdvYXRtb2Rlc3RlIiwiaWQiOiI0OWU5ZDk0Ni1kMGRjLTRjZDctOTlhNS02YTk3NGJmODJjZWMiLCJyb2xlIjoiQlJBTkNIX01BTkFHRVIiLCJpYXQiOjE3MzI5ODMzNTcsImV4cCI6MTczNTU3NTM1N30._qnD8Btol0-hdjDu9e5bJUjEcCa6kplobCrAk2dC-98
and here is the done request code (from the preview), just look at the bearer token:
What happened?
When I drag and drop a request from a collection that has some applied authentication headers, to another collection that has different authentication, the request gets sent with the old collection headers and does not get updated.
Steps to reproduce?
What did you expect to happen?
I expected the request to be done with the new collection headers.
Platform
Linux
HTTPie Desktop version
2024.1.2
Relevant log output
and here is the done request code (from the preview), just look at the bearer token:
Code of Conduct
The text was updated successfully, but these errors were encountered: