Skip to content

Commit 62306cb

Browse files
committed
Update formatting of Settings documentation page
1 parent 3be482d commit 62306cb

File tree

1 file changed

+12
-14
lines changed

1 file changed

+12
-14
lines changed

08_settings/settings.md

+12-14
Original file line numberDiff line numberDiff line change
@@ -1,40 +1,38 @@
11
Postman tries to minimize the number of settings you have to change, but considering the diverse use cases which come up, some settings have to be present.
22

3-
[![](https://www.getpostman.com/img/v1/docs/thumbs/29-1.png)
4-
][0]
3+
[![](https://www.getpostman.com/img/v1/docs/thumbs/29-1.png)][0]
54

65
* **Trim keys and values in request body**
7-
86
If you're using the form-data or url-encoded modes to send data to the server, setting this to yes will cause any parameters to be trimmed.
9-
* **SSL Certificate Verification (Mac app only)**
107

8+
* **SSL Certificate Verification (Mac app only)**
119
Prevents the app from checking validity of SSL certificates while making a request. More details [here][1].
12-
* **Language detection**
1310

11+
* **Language detection**
1412
Setting this to JSON will force a JSON rendering, irrespective of the response Content-Type header.
15-
* **XHR Timeout(ms)**
1613

14+
* **XHR Timeout(ms)**
1715
Set how long the app should wait for a response before saying that the server isn't responding. A value of 0 indicates infinity - Postman would wait for a response forever.
18-
* **Response Font Size**
1916

17+
* **Response Font Size**
2018
Sets the font size of the response viewer.
21-
* **Presentation Mode**
2219

20+
* **Presentation Mode**
2321
Optimizes Postman's UI for presentations. Certain text elements have an increased font size, for example.
24-
* **Send no-cache header**
2522

23+
* **Send no-cache header**
2624
You would want this to be on. Sending a no-cache header makes sure you get the freshest response from your server.
27-
* **Send postman-token header**
2825

26+
* **Send postman-token header**
2927
This is primarily used to bypass a bug in Chrome. If an XmlHttpRequest is pending and another request is sent with the same parameters then Chrome returns the same response for both of them. Sending a random token avoids this issue. This can also help you distinguish between request on the server side.
30-
* **Retain headers on clicking on links**
3128

29+
* **Retain headers on clicking on links**
3230
If you click on a link in a response, Postman creates a new GET request with that URL. If you want to retain the headers that you set in the previous request set yes here. This is useful if you are accessing mainly protected resources.
33-
* **Automatically follow redirects (Chrome-only)**
3431

32+
* **Automatically follow redirects (Chrome-only)**
3533
Prevent requests that return a 300-series response to be automatically redirected. You'll have to install the Interceptor to prevent automatic redirection.
36-
* **Send anonymous usage data to Postman**
3734

35+
* **Send anonymous usage data to Postman**
3836
Option to disable anonymous usage data, that we at Postman use to make Postman a better product.
3937

4038
### Theme
@@ -67,4 +65,4 @@ If you have signed in to Postman your data is synced with our server, making sur
6765
[1]: https://www.getpostman.com/docs/ignoring_ssl
6866
[2]: https://www.getpostman.com/img/v1/docs/source/29-2.png
6967
[3]: https://github.com/postmanlabs/postman-chrome-interceptor
70-
[4]: https://github.com/postmanlabs/postman-app-support/wiki/Postman-Proxy
68+
[4]: https://github.com/postmanlabs/postman-app-support/wiki/Postman-Proxy

0 commit comments

Comments
 (0)