

On the other hand, considering that Chrome browser will stop supporting chrome apps in the near future, it may not last long. Note: Interceptor feature is supported only in our Postman Chrome Apps and is not available in Postman Desktop Apps at the moment. Compared with the desktop version, the function of this version is naturally less.
POSTMAN FOR MAC CHROME INSTALL
Therefore, if you want to use the above functions, you can only install the postman chrome app back. Unfortunately, according to the official instructions, the cookie sharing of postman interceptor can’t support the independently installed desktop version (downloaded from the official rather than from the chrome application market). In this way, we can easily get the network requests we need to test directly in postman, instead of filling in parameters by ourselves. Bonus of postman interceptorĪnother thing about postman interceptor is that its Request CaptureIt supports capturing the request records in the Chrome browser and automatically syncing them to the postman chrome app. Yes, because Chrome has exited the login, postman will lose the login status naturally, which means that the cookies on both sides are synchronized. Let’s log out from GitHub first, or the request just now. That is to say, at this time, although we didn’t make special cookie settings for postman, the login state of its request was verified by the server, and the cookie sharing was successful! What if you log out of the browser at this time? directly simulate the request notification interface in postman chrome app

Log in to GitHub website normally in Chrome browser (there is nothing to demonstrate in this step) IV.

Start postman, and open chrome Interceptor at the small satellite icon in the upper right cornerģ. confirmation Postman InterceptorPlug in installed successfully (as shown in the figure)Ģ.
POSTMAN FOR MAC CHROME HOW TO
Let’s take GitHub as an example to demonstrate how to share cookies. I only post the screenshot of the official software interface. Please install the following tools by yourself. Combined with the tools introduced in this article, you can share cookies seamlessly between the postman chrome app (why is it emphasized to be postman chrome app, which will be explained at the end of this article) and the Chrome browser, and this sharing process is transparent to users. However, sometimes the interface test needs to be prepared with login state or other state data, which often exists in the browser cookie. In the interface test, everyone’s favorite tool list, there must be postman. As a web engineer, the most familiar daily work is the background interface development and joint debugging test.
