My biggest gripe with Postman is the horrible theming. Except for light and dark, 0 control over the appearance of this app that I have to look at for hours almost every day.
Something is missing.
101–110 of 209 posts
My biggest gripe with Postman is the horrible theming. Except for light and dark, 0 control over the appearance of this app that I have to look at for hours almost every day.
Something is missing.
For anyone looking for an aesthetic Postman alternative, I can't recommend https://insomnia.rest/ enough
Any other suggestions for web socket testing clients also welcome.
Earlier quoted context omitted.
Postman can do this as well. I've been using this a bunch recently due to some project limitations and it has made life so much easier. ETA: I just tried the functionality on Insomnia and I have to admit the UX is nicer. Just paste into the URL bar. Whereas with Postman it's CMD+O, Click on "Raw Text", click in textarea, paste, press import. Insomnia looks to have added OpenAPI support too (it was missing it last tim…
Postman's UI is cluttered
Nothing to take away from all of this, but please learn cURL. Postman and all its alternatives are great and all, but they also hide a lot of things that will hinder your debugging skills. As an alternative try httpie. Not because CLIs are cool but because you can see the headers and the raw response more easily. Developers need to understand what content type is, what response headers are, how to limit them, how to…
Any chance of the ability to do web sockets? Postman has started supporting this recently (in beta) but I really don't want to use Postman. Any other suggestions for web socket testing clients also welcome.
My favorite testing HTTP Client is still just the IntelliJ built-in, pure text. You know exactly what you send without having to navigate menus and whatnot. In the end, 99% of HTTP requests are just that, text.
I can't resist to propose my own solution: a cli tool, plain text based, curl, and Rust https://hurl.dev The market is overcrowded by good solutions, best wishes to other tools!