Hacker News new | ask | show | jobs
by redox99 993 days ago
Disappointing that there isn't a standalone program like Postman. I don't want to install an extension in my browser to handle CORS.
2 comments

Didn't Postman start as an extension?
What's the issue with an extension?
I don't particularly enjoy a VC-fueled project having ability to intercept all my browser traffic to handle CORS.
Having a dedicated browser profile is a good solution to this if you’re ever uncomfortable with a particular extension.
Ah, I follow. I was confused because a small, open-source extension should be sufficient to handle sending test requests. Sounds like they're doing something much bigger than that.

POSTman started as an extension; hence my confusion. I was wondering if there was a technical issue I was unaware of.

Running standalone binaries by a VC-fueled project on your host is even worse.

I guess a separate quarantine browser profile is the best of both worlds?