Postman is the application built into the Chrome browser I use to test my POST requests.
But the area I want to access is only accessible through login and password. However, since this is not a REST API or anything similar, I have not implemented any of the authentication types that are supported by the application.
- No Auth
- Basic Auth
- Digest Auth
- OAuth 1.0
- OAuth 2.0 Hawk
- Authentication AWS Signature
How can I test POST requests without necessarily having to disable my login protected area? Is there a way to do this in POSTMAN or is there any better alternative?