Hacker News new | ask | show | jobs
by fjcero 2347 days ago
Works as well with GraphQL support added https://postwoman.io/. Also, https://insomnia.rest/ is great

Also for automated testing in APIs https://dredd.org/en/latest/

Both open-sourced. I will say one of the best things about Postman was the Proxy support, but either way doesn't works with the iPhone and other stuff.

1 comments

The entire concept of that postwoman thing is utterly broken. Have they never heard of cross origin restrictions?
Yes, they have heard about cross origin restrictions. Postwoman gets around them by having an (optional) proxy that actually makes the request on the users behalf.

Whether or not you think this is a good idea is another matter, but it works.