Postman Now Supports gRPC
131–140 of 216 posts
Re: Postman Now Supports gRPC
#132Earlier quoted context omitted.
I don’t see anything in this issue that I’d characterize as > The developers stating they had no intention of changing this for "security reasons" before closing the Github issue sealed the deal. The issue is still open with no response from the developers that mentions security reasons.
Its in issue in the sibling comment. The suggested work-around is to not sign in at all.
Re: Postman Now Supports gRPC
#133Earlier quoted context omitted.
This sounds unbelievable but it seems to be true? https://github.com/postmanlabs/postman-app-support/issues/10...
I don’t see anything in this issue that I’d characterize as > The developers stating they had no intention of changing this for "security reasons" before closing the Github issue sealed the deal. The issue is still open with no response from the developers that mentions security reasons.
Re: Postman Now Supports gRPC
#134Re: Postman Now Supports gRPC
#135Re: Postman Now Supports gRPC
#136Earlier quoted context omitted.
Doesn’t curl do this just as easily?
Sounds a lot easier than curl tbh. No need to deal with shell scripts and their insane quoting, plus you get the response straight in your editor with syntax highlighting.
Re: Postman Now Supports gRPC
#137Earlier quoted context omitted.
> I basically used it as a curl gui. I just use Browser's Network tab for that nowadays. CORS can be a trouble at times, but that can be avoided with a few tweaks.
I think the killer feature for these separate tools is usually that you can easily do a right click -> "copy as curl" in the network inspector, then import it in Postman/Paw and then tweak parameters / add headers there. This is not really possible in the browser network tools.
Re: Postman Now Supports gRPC
#138Earlier quoted context omitted.
It seems pretty easy with Firefox - there's "Edit and resend" in the context menu of every request.
And then you accidentally refresh or close the tab and everything is gone. I usually use specific requests over many days if I'm reverse engineering something so having these available, sorted in folders for me is important. Of course for other uses cases it might be fine to have them live in the browser.
Re: Postman Now Supports gRPC
#139I have a meta question to ask, in threads like these where big products announce new features or big funding I always see commentors lamenting bloated software or it having too many features, not doing the one simple thing you want it to do, etc. To me it seems the only trajectory of developers building products is to add new features, its how we justify keeping ourselves around most of the time. So what my question…
This is an excellent question. What I’ve noticed is that developers are incredibly annoyed when their tools don’t work well. Developers use their tools a lot, and when a tool starts “misbehaving” (resource hungry, sporadic failure, non ergonomic design etc) they are exposed to that failure constantly. This constant exposure can create intense feelings (either love or hatred) and nowhere to express them, so it will sp…