@[email protected] to General Programming [email protected] • 8 months agoWhy does every REST testing software want me to login?message-square18fedilinkarrow-up143arrow-down11file-text
arrow-up142arrow-down1message-squareWhy does every REST testing software want me to login?@[email protected] to General Programming [email protected] • 8 months agomessage-square18fedilinkfile-text
I just want to build requests and read the responses, why the hell does everyone suddenly want me to make an account?
minus-square@[email protected]linkfedilink10•8 months agoFor a lot of use cases I find .http files very convenient. Here is a documentation from Microsoft: https://learn.microsoft.com/en-us/aspnet/core/test/http-files?view=aspnetcore-8.0 There is some standard around the .http extension so they work in many IDEs and they can be implemented into CI pipelines. The Microsoft documentation should be enough, though, to get you started.
For a lot of use cases I find .http files very convenient. Here is a documentation from Microsoft: https://learn.microsoft.com/en-us/aspnet/core/test/http-files?view=aspnetcore-8.0
There is some standard around the .http extension so they work in many IDEs and they can be implemented into CI pipelines. The Microsoft documentation should be enough, though, to get you started.