Request Settings

Beyond the URL, body, and auth, HTTPBot has a set of request settings that control how it makes every network call — things like how long to wait before timing out, whether to follow redirects, and how to handle cookies. These settings are global: changing one applies to every request you send. You can reach them from each request's menu, or from Settings → Request Settings.

For managing cookies, see Cookies.

Opening request settings

Open the request menu and choose Settings.

The Request Settings screen with the timeout, redirect, cookie, and SSL options.The Request Settings screen with the timeout, redirect, cookie, and SSL options.The Request Settings screen with the timeout, redirect, cookie, and SSL options.

Available settings

Settings you change here apply to every request — the same values appear in Settings → Request Settings.

WebSocket request settings

WebSocket connections have their own, separate settings. In Settings → Request Settings these live under the WebSockets tab (alongside the HTTP tab for everything above), and you can also reach them from a WebSocket request's menu.

See WebSockets for more on creating and running WebSocket connections.