What is CORS?

CORS, which stands for “Cross-Origin Resource Sharing,” is a security standard that enables servers to indicate the origins from which browsers are…

What is HTTP?

HTTP (Hypertext Transfer Protocol) is a set of rules that define how data is transferred between a client and server on the…

Programmatically manage your Postman assets with the Postman API

The Postman API Platform enables you to create a wide range of resources that help you build and use APIs, such as:…

What is JWT?

JWT, which stands for JSON Web Token, is an open standard for securely sharing JSON data between parties. The data is encoded…

Sending and debugging binary data in Postman requests

Postman has come a long way to becoming the comprehensive platform that allows developers to test and build APIs of different frameworks…

Home automation with MQTT

Home Assistant is a popular open source home automation platform that provides a unified interface to control and monitor different smart devices….

API design interview questions

According to Postman’s 2023 State of the API report, over 75% of respondents agree that developers at API-first companies are more productive,…

Run collections in the Postman VS Code extension

The Postman VS Code extension serves as a developer’s indispensable ally, seamlessly integrating the robust capabilities of the Postman API Platform directly…

gRPC vs. REST

An API is a set of rules and protocols that enable different software components to interact and exchange data. APIs are essential…

Introducing Atlassian’s ASAP authentication in Postman

In the ever-evolving landscape of API development and testing, Postman aims to consistently ensure you have the right set of tools for…

What is gRPC?

gRPC is a schema-driven framework that facilitates service-to-service communication in distributed environments. It is a language-agnostic implementation of the RPC (Remote Procedure…

Manage element tags programmatically with the Postman API

Postman Enterprise users can now add tags to collections, workspaces, and APIs. Tags help improve organization, collaboration, documentation, discoverability, and productivity. You…