Insomnia proxy and allowlist

Uses: Insomnia
Related Documentation
Related Resources

Allowlist

For enterprise users utilizing Insomnia, it’s crucial to ensure that specific domains are allowlisted in your network. This step is essential to guarantee that all features of Insomnia, including updates, synchronization, and documentation, work without any hindrance in environments with restricted internet access.

Domain

Description

insomnia.rest Insomnia homepage
ai.insomnia.rest Redirects to https://app.insomnia.rest/ai.
ai-helper.insomnia.rest Handles AI-Generated Testing features, introduced in Insomnia 8.x.
api.insomnia.rest API endpoint for Insomnia services.
docs.insomnia.rest Provides access to documentation and user guides.
mock.insomnia.rest Used for Insomnia App’s Mocking feature.
updates.insomnia.rest Used to receive software updates and patches.
auth.insomnia.rest Manages authentication processes.
insomnia-prod.us.auth0.com Used for secure login authentication.
djvq2ky33rnc.cloudfront.net CDN domain for static assets related to Insomnia.
api.segment.io Used for analytics and telemetry within Insomnia.
o1147619.ingest.sentry.io Used for error reporting and monitoring.
js.stripe.com Used for billing (non-enterprise users).
m.stripe.com Used for billing (non-enterprise users).
m.stripe.network Used for billing (non-enterprise users).

Allowlisting these domains ensures uninterrupted access to all functionalities of Insomnia, including updates, documentation, and necessary backend services. Should you experience issues post-allowlisting, we recommend seeking assistance from your IT support or reaching out to Insomnia’s customer service at <support@insomnia.rest> or the Kong support website.

Proxy

Insomnia does not automatically detect system-wide proxy settings. A proxy can be set up manually. Set your HTTP, HTTPS, SOCKS4 or SOCKS5 proxy server and reroute all future requests through that server by accessing Preferences via the settings icon in General > HTTP Network Proxy.

Important: Proxy server settings apply to all traffic going through the Insomnia application, and cannot be restricted to entities such as Collections and individual requests.

Here’s an example usage of HTTP or HTTPS proxy:

http://localhost:8005

For SOCKS4 or SOCKS5 proxy, one of the following prefixes should be used before the hostname, depending on the version: socks4://, socks4a://, socks5://, socks5h://

socks5h://localhost:8005

You can also add a comma-separated list of hostnames to the No Proxy box and they will be exempt from going through the proxy server.

Proxy server authentication

Insomnia supports proxy server authentication via Basic Auth, digest, and NTLM.

If your proxy server requires Basic Auth, you can include the credentials in the URL like the following:

http://username:password@localhost:8005

FAQs

Reach out to your IT support or reach out to Insomnia’s customer service at support@insomnia.rest or https://support.konghq.com/support/s/.

Something wrong?

Help us make these docs great!

Kong Developer docs are open source. If you find these useful and want to make them better, contribute today!