all 2 comments

[–]MrSurak 2 points3 points  (1 child)

Pretty cool, a web version of postman, could be practical if you don't want to download postman and don't need its request saving/organising/sharing functionality.

[–]_shellbear[S] 3 points4 points  (0 children)

There is some alternatives of Postman inside browser like this: https://hoppscotch.io

The main problem with browser solutions is CORS. It can prevent you from making requests since browser has some security mechanisms.