Thanks for the tool, it looks promising! Opening PRs for issues I hit. Here is one that allows the validation checks to pass when basic auth is required.
The first POST call to the healthy endpoint results in a Method Not Allowed. It should be a GET, even with basic auth enabled. The rest of the changes add the same conditional check and auth headers.
With these changes, validation passes in my testing:
Thanks for the tool, it looks promising! Opening PRs for issues I hit. Here is one that allows the validation checks to pass when basic auth is required.
The first POST call to the healthy endpoint results in a Method Not Allowed. It should be a GET, even with basic auth enabled. The rest of the changes add the same conditional check and auth headers.
With these changes, validation passes in my testing: