We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug
Configuring an 'HTTP POST Resource URL with body' test on a WMS with basic authentication, it always fail with an error 401:
{ "checks": [ { "check_id": 381, "class": "GeoHealthCheck.plugins.check.checks.HttpStatusNoError", "message": "HTTP Error status=401", "name": "HTTP status should not be errored", "response_time": "0.9", "success": false } ], "class": "GeoHealthCheck.plugins.probe.http.HttpPost", "message": "HTTP Error status=401", "name": "HTTP POST Resource URL with body", "probe_id": 139, "response_time": "0.288622", "success": false }
This just happen when the resource requires authentication, so it seems POST requests does not send the authentication header.
Context (please complete the following information):
The text was updated successfully, but these errors were encountered:
Fix dict update of request headers (#460)
9af0d86
PR for #459
@PedroVenancio should be fixed, please test and close issue. Sorry for taking so long!
Sorry, something went wrong.
justb4
No branches or pull requests
Describe the bug
Configuring an 'HTTP POST Resource URL with body' test on a WMS with basic authentication, it always fail with an error 401:
This just happen when the resource requires authentication, so it seems POST requests does not send the authentication header.
Context (please complete the following information):
The text was updated successfully, but these errors were encountered: