Use the settings on the General tab to configure how Postman sends requests or to customize the Postman user interface.
Content-Type header. Select JSON to always use JSON rendering for the response body.Set your working directory to ensure that requests in shared collections always work. As long as you and your teammates use the same files and working directory location, shared requests will run across everyone’s systems. Learn more about setting your working directory.
Cache-Control: no-cache header with each request. The no-cache directive forces the server to revalidate each request and ensures you get an up-to-date (not stale) response.GET request with the link URL. Turn this on to keep the headers from the earlier request in the new request. Retaining headers is useful if you mainly access protected resources.Editor settings affect code-related text such as request and response bodies, pre-request scripts, and tests. To revert to default text settings, click Reset.
Open in desktop app - Automatically open workspace-related links in the Postman desktop app. If not turned on, links open in the browser.
Language - Select your preferred language for the Postman app and email notifications.
Autosave - Turn this on to automatically save your changes to requests. Turn this off to manually save your changes.
This feature is available on Postman Free, Solo, and Team plans. For more information, see the pricing page.
If autosave is turned on, and you create a request by clicking Add or by clicking New in the workbench, you must manually save the request to a collection before your changes are autosaved.