
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
insomnia-plugin-slow-network
Advanced tools
Simulates slow network conditions (3G, EDGE, 2G) to test APIs under poor connectivity. Use the X-Slow-Network header with chunk|delay format or template tags for ready-made presets.
Insomnia plugin that simulates slow network conditions to test APIs under poor connectivity.
Ctrl/Cmd + ,)insomnia-plugin-slow-network and confirmX-Slow-Network header{% slowNetworkHeader %} as header name, or type X-Slow-Network{% slowNetwork3g %}, {% slowNetworkEdge %}, etc.Available presets:
| Tag | Returns | Simulates |
|---|---|---|
{% slowNetworkHeader %} | X-Slow-Network | Header name |
{% slowNetwork3g %} | 256 B, 200 ms | 3G |
{% slowNetworkEdge %} | 128 B, 400 ms | EDGE |
{% slowNetwork2g %} | 64 B, 700 ms | 2G |
{% slowNetworkCustom chunk delay %} | custom | Custom |
Set the X-Slow-Network header to a value in the format chunk|delay:
X-Slow-Network: 256|200
GET https://api.example.com/users
Headers:
X-Slow-Network: 128|400
This simulates an EDGE-like connection: 128 bytes per chunk, 400 ms between chunks.
APIs are usually tested on fast, stable connections. In production, many users face:
Without testing under these conditions, you may ship APIs that:
This plugin throttles request and response transfers by sending data in small chunks with configurable delays. You can:
X-Slow-Network header, the plugin starts a local proxy server.localhost. The proxy receives it and forwards to the actual target.N bytes, with M ms delay between each chunk.The format is chunk|delay (e.g. 256|200 = 256 bytes per chunk, 200 ms between chunks).
FAQs
Simulates slow network conditions (3G, EDGE, 2G) to test APIs under poor connectivity. Use the X-Slow-Network header with chunk|delay format or template tags for ready-made presets.
We found that insomnia-plugin-slow-network demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.