This is automatically turned into an "Authorization" header sent with the request — no need to add it manually under the Headers tab.
Runs in an isolated sandbox (no access to the page, cookies, or the network) every time you hit Send. Available: pm.environment.get/set/unset(key[, value]),
pm.request (url/method/headers/body), pm.response (code/responseTime/headers.get()/json()/text() — test script only),
pm.test(name, fn), pm.expect(value).to.equal/eql/include/above/below/property/exist/..., and console.log() (shows up in the Test Results tab).
Turn this saved request's last response into a tiny public mock endpoint — handy for a frontend that needs to hit something before the real backend is ready. Free and self-hosted; Postman only offers this on a paid/cloud plan.
No response captured yet.
The timeout is enforced by the proxy. Redirect-following and SSL verification are saved with the request but aren't enforced yet in this build.