Don't forget to paste your auth tokens into a random website today.
Is it any safer than pasting your auth tokens into a standalone application like Postman? That can just as easily send that information somewhere else, but now you can't press F12, get a network tab, and look at outgoing requests.
Show HN: I created Postwoman, an online, open-source API request builder
91–100 of 110 posts
Re: Show HN: I created Postwoman, an online, open-source API request builder
#92Is this affiliated with Postman? It seems disingenuous to reuse their name if not.
Re: Show HN: I created Postwoman, an online, open-source API request builder
#93Re: Show HN: I created Postwoman, an online, open-source API request builder
#94How does performance compare to PostMans laughably bad performance? I'd love to drop postman.
Re: Show HN: I created Postwoman, an online, open-source API request builder
#95Here is the definition of trademark infringement directly from USPTO [1]: "Trademark infringement is the unauthorized use of a trademark or service mark on or in connection with goods and/or services in a manner that is likely to cause confusion, deception, or mistake about the source of the goods and/or services." I'm not affiliated with Postman in any way. But if I was, I'd already have sent a note to my lawyers to…
Second, the creator says they don't have the money right now for a domain name. You can't squeeze blood from a turnip. And they may not even live in a country that respects US trademark law.
Seems like a polite request from postman would be a good place to start.
Re: Show HN: I created Postwoman, an online, open-source API request builder
#96I'm just a user of this, but if anyone is looking for a truly native MacOS version of Postman, you should take a look at Paw. https://paw.cloud/
Re: Show HN: I created Postwoman, an online, open-source API request builder
#97Re: Show HN: I created Postwoman, an online, open-source API request builder
#98I'm just a user of this, but if anyone is looking for a truly native MacOS version of Postman, you should take a look at Paw. https://paw.cloud/
Re: Show HN: I created Postwoman, an online, open-source API request builder
#99I'm just a user of this, but if anyone is looking for a truly native MacOS version of Postman, you should take a look at Paw. https://paw.cloud/
Can it use postman collections?
Re: Show HN: I created Postwoman, an online, open-source API request builder
#100Earlier quoted context omitted.
I suppose it's useful for APIs with permissive CORS headers. Maybe there's also some way to run it locally as a separate app with SOP disabled? Maybe something like: $ chromium-browser --disable-web-security --user-data-dir="/tmp" --kiosk https://liyasthomas.github.io/postwoman/ Unrelated, meta note: why does indiehackers need a separate interstitial splash screen, visible for ~4-5 seconds to load a simple article pa…
Then you're launching a second chromium instance and practically recreating Electron.
Still, this seems safer than the various extensions that have been recommended in order to disable the SOP. I'd rather the user's data wasn't on the line.