|
1 | 1 | --- |
2 | | -title: Install Postman extension for Google Chrome as a REST client |
3 | | -description: Install Postman extension for Google Chrome as a REST client |
| 2 | +title: Install Postman REST client |
| 3 | +description: Install Postman REST client |
4 | 4 | primary_tag: topic>cloud |
5 | | -tags: [ tutorial>how-to, tutorial>beginner, topic>cloud, products>sap-api-management, products>sap-cloud-platform ] |
| 5 | +tags: [ tutorial>how-to, tutorial>beginner, topic>cloud, products>sap-api-management, products>sap-cloud-platform, products>sap-cloud-platform-for-the-cloud-foundry-environment] ] |
6 | 6 | time: 5 |
7 | 7 | --- |
8 | 8 |
|
9 | 9 | ## How-To Details |
10 | | -In this ***how-to*** guide, you learn how to install and configure the [Google Chrome Postman extension](http://chrome.google.com/webstore/detail/postman/fhbjgbiflinjbdggehcddcbncdddomop/). |
| 10 | +In this ***how-to*** guide, you learn how to install and configure the [Postman](https://www.getpostman.com/). |
11 | 11 |
|
12 | | -Postman will allow you to interact with REST API. In addition, you will |
13 | | - setup the Postman Interceptor extension so that you can reuse your current Google Chrome session cookies while interacting with the APIs. |
| 12 | +Postman will allow you to interact with your REST API. |
14 | 13 |
|
15 | | ---- |
| 14 | +[ACCORDION-BEGIN [Step 1: ](Uninstall Postman extension for Google Chrome)] |
16 | 15 |
|
17 | | -[ACCORDION-BEGIN [Step 1: ](Install Google Chrome)] |
| 16 | +Postman used to be available as a Google Chrome extension, but it is no longer supported and is being deprecated. |
18 | 17 |
|
19 | | -If you haven't done so yet, please install [Google Chrome](https://www.google.com/chrome/). |
| 18 | +If you haven't done so yet, please uninstall it. |
20 | 19 |
|
21 | | -[ACCORDION-END] |
| 20 | +Open Google Chrome, go to **Apps**. |
| 21 | + |
| 22 | + |
22 | 23 |
|
23 | | -[ACCORDION-BEGIN [Step 2: ](Install the Postman extension for Chrome)] |
| 24 | +If the **Postman** icon is present, then right click on it then select **Remove from Chrome...**. |
24 | 25 |
|
25 | | -Open **Google Chrome** and install the [Chrome Postman extension](http://chrome.google.com/webstore/detail/postman/fhbjgbiflinjbdggehcddcbncdddomop/). |
| 26 | + |
26 | 27 |
|
27 | 28 | [ACCORDION-END] |
28 | 29 |
|
29 | | -[ACCORDION-BEGIN [Step 3: ](Install the Postman Interceptor extension for Chrome)] |
| 30 | +[ACCORDION-BEGIN [Step 2: ](Install Postman)] |
30 | 31 |
|
31 | | -Install the [Postman Interceptor extension](https://chrome.google.com/webstore/detail/postman-interceptor/aicmkgpgakddgnaphhhpliifpcfhicfo). |
| 32 | +Download and install Postman from : <https://www.getpostman.com/downloads/> |
32 | 33 |
|
33 | 34 | [ACCORDION-END] |
34 | 35 |
|
35 | 36 | [ACCORDION-BEGIN [Step 4: ](Configure Postman)] |
36 | 37 |
|
37 | | -Click on **Apps** |
38 | | - |
39 | | - |
40 | | - |
41 | | -Click on the **Postman** icon |
42 | | - |
43 | | -You will get access to all the ***Google Chrome*** installed extension. |
44 | | - |
45 | | -Click on **Postman** |
46 | | - |
47 | | - |
48 | | - |
49 | | -You are almost set to move to your next tutorial. |
| 38 | +Open Postman. |
50 | 39 |
|
51 | 40 |  |
52 | 41 |
|
53 | | -Enable the Interceptor by clicking on the Interceptor icon as highlighted. |
54 | | - |
55 | | - |
56 | | - |
57 | 42 | Click on the **Tools** icon , then select **Settings** from the menu. |
58 | 43 |
|
59 | | -Enable the ***Automatically follow redirects*** option as highlighted. |
| 44 | +Disable the ***SSL certificate verification*** and enable the ***Automatically follow redirects*** option as highlighted. |
60 | 45 |
|
61 | 46 |  |
62 | 47 |
|
63 | 48 | You are now all set to move to your next tutorial. |
64 | 49 |
|
65 | 50 | [ACCORDION-END] |
66 | | - |
0 commit comments