Launching today

WebSlurp
The Fastest Way to Test API Security Inside Chrome DevTools
15 followers
The Fastest Way to Test API Security Inside Chrome DevTools
15 followers
WebSlurp is a free, open-source Chrome DevTools extension for API testing. Capture, inspect, edit, and replay HTTP/HTTPS requests without using an external proxy. Includes Quick Security Check to audit headers and detect secrets/PII.




Love that this lives right in DevTools without needing a proxy. One thing that would make it a daily driver for me is adding GraphQL support so I can drill into individual operations and variables from a single endpoint instead of sifting through the raw request body.
Really useful for quick API debugging right in the browser, love that it doesn’t need an external proxy. One thing that would make it even better is letting me save and organize captured requests into named collections so I can come back to them across sessions, maybe with a simple sidebar for grouped replays.
honestly the quick security check built right into the extension is such a smart move, love that you can catch missing headers and leaked secrets without leaving devtools. nice execution.