Pawan Patil
Pawan Patil

Reputation: 1157

How to install postman on the machine which doesn't have internet?

I want to check web service is working or not using postman but I don't have the Internet on that machine. how can I install postman without chrome webstore?

or how should I check following web service using curl? using post request

http://url of web service

Content-Type : application/x-www-form-urlencoded 

key            value(which is to be submitted via the body of request)
inputString     again
sourceLang      eng-latn
targetLang      hin
withSuggestions  1           

Upvotes: 2

Views: 23394

Answers (3)

tech_geek
tech_geek

Reputation: 1824

You can simply download as an app from this link .In this way once installed, you dont have to be on chrome.

Other way is to clone from git repository. From here https://github.com/postmanlabs/postman-app-support

  • Then go the extensions in chrome.
  • Then developer mode
  • . Click Load unpacked extension.

Upvotes: 2

Pawan Patil
Pawan Patil

Reputation: 1157

go to the following link as given by akhil mathew and download postman depending upon your operating system

https://www.getpostman.com/apps

Upvotes: 0

Akhil Mathew
Akhil Mathew

Reputation: 1659

If you want to install postman in chrome then just go to chrome web store.

Last week, Google announced plans to end support for Chrome Apps for Windows, Mac, and Linux users, over the next two years.

So to install postman as an application just go to this download link

Upvotes: 1

Related Questions