-
What are the types of Authentication for your APIs? How to configure that in Postman?
When you start working with third-party APIs, you would have noticed different API authentication methods. This will provide you the authorization for accessing those APIs. Most frequently used methods are After adding all the details to your request on clicking send we might have received the β401 Unauthorizedβ. Have you ever faced it? Now…
-
How to build different HTTP Requests in Postman?
Hello People!! How are you all?Β We can discuss about the basic request building part in Postman. HTTP (HyperText Transfer Protocol) is the protocol used to send and receive data over the Internet. When you make an API call, an HTTP client sends a request to an HTTP server, which then sends back a response…
-
What are the different types of variables in Postman? How and when to use them?
Β Dear People, I hope you are all safe! Today we are going to learn something in Postman which will be very helpful and save our time in most of the scenarios. If you have worked on any programming language, you would have worked with variables with different scopes. They are nothing but placeholders to hold…
-
How to easily locate your JSON object in your API response?
Dear People, I hope you are safe and doing good. When I started with API Testing, JSON format was quite new to me. But somehow I liked it due to itβs readability. Due to the love for that, currently I have updated my bio in many places in JSON format. Okay, let me explain why…
