Sending cookies with postman

I used the postman chrome extension until it became deprecated. Chrome extension is also less usable and powerful than the native postman application. Hence it became very inconvenient to use the chrome extension.

I have found another approach:

  1. copy any request in chrome/any other browser as a CURL request
    copy curl request
  2. import to postman copied request
    import to postman copied request
  3. save imported request in the postman’s list

Leave a Comment