all 13 comments

sorted by: hot top controversial new old
[–] 20 points 4 months ago (1 child)
  • [–] 9 points 4 months ago

    Bruno is pretty good

  • source
  • [–] 2 points 4 months ago (2 children)

    I wanna say insomnia but I don’t know if it’s FOSS. It’s made by a company named Kong as a side project.

  • source
  • hideshow 4 child comments
  • [–] 3 points 4 months ago* (last edited 4 months ago)

    Think I used this for a little while. It was pretty much a slightly better Postman, back when Postman itself was less annoying.

    Frustratingly, at some point I opened Insomnia and it randomly lost all my requests/history. That soured me on it. Then when I tried it again a couple years later, it had that bad 'freemium' feel, even if it is still FOSS.

  • source
  • parent
  • [–] 1 point 4 months ago
    [–] 1 point 4 months ago

    Hopscotch is nice. I'd like that feeling of superiority from using solely curl, tho

  • source
  • [–] 0 points 4 months ago (1 child)
    [–] 0 points 4 months ago* (1 child)

    import requests

    theUrl = r'https://threatbutt.com/map/'

    response = requests.get(theUrl)

    print(response.text)

  • source
  • hideshow 2 child comments