How do I View, and maybe edit, the Raw request headers before sending the request?
Why do I want to do this? I’m creating a few collections that use a single OAuth2 authentication token yet the server (not ours) is replacing Bearer with a non-standard tag. So I need to be able to edit to the request to change this in the Collection.
I notice that I can see the code of the request in a wide range of formats yet it isn’t including headers and values from the parent collection.
I’m use to working with Curl and HTTPie so writing HTTP requests is really not a problem for me. I just need to do what I use to do with these tools using Postman.