Generate Basic Authorization headers with Postman
If you’ve ever written code that contains HTTP requests, you might’ve run into this one. You’re using Basic authentication, which is easy enough. You have the username and the password for the app. But what are you supposed to do with them?! You are supposed to send them using the “Authorization” header, as a base64 […]
Generate Basic Authorization headers with Postman Read More »