I am planning to build a custom authorization type like aws signature for postman, how can i do it ? do i need to be on enterprise ? i am ok with nodejs development, but would like to get a starting point
If this is a header that you need to add, you are totally free to do so. Most likely you will need to create it manually and you won’t have the nice Postman interface but this should work just fine.
Adding to what @vdespa said, if you need to add these authentication info in headers repeatedly, you can also look at header presets.
1 Like