-
Notifications
You must be signed in to change notification settings - Fork 76
New issue
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
Feature request: Not fail if no response was received #12
Comments
Hey, for sure. I will have a look on it. So you receive a Status Code of 200 but the Body of the response is empty? |
Could you provide your received error message? In regular cases it should already work with success status code and no response body. |
|
You can try it out with the new Release v1.4.0. See the readme or release notes for details https://github.com/fjogeleit/http-request-action/releases/tag/v1.4.0 |
In many cases this error happens because of missing or incomplete response header. So the Action will show you a warning with the returned error but it will no longer fail with this new option |
Thanks a lot! I will try it when I push the next time. |
Hi,
I have a feature request:
Wouldn't it be nice to have a option to disable build failure, when no response, but a HTTP 200 status code was received as answer? Such as
disableFailureOnNoResponse
= true / false?The text was updated successfully, but these errors were encountered: