What are y'all using for firing requests at APIs for testing now that postman is requiring a login and what not? I don't mind paying for a tool like that, I just do not need online workspaces and more logins.
@botteaap I spent most time reconfiguring automated auth headers.
In PostMan, I had it set up so a variable would be filled after I fired the auth call, so the other calls could use it.
In Insomnia, I set up the other calls to execute the auth call and pull the token from the response body if needed.
So it's a bit of a reversed setup.
The only thing that I really miss is the ability to set up auth configs for entire folders of calls. In Insomnia, I have to add it to each call individually.