You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sometimes it is needed to not just reach the endpoint, but verify that something is responding normally there. My specific use case was that I had an nginx server on which I was testing the endpoints "successfully", but they were returning 502 Bad Gateway errors because the server that it was proxying was not yet up.
Can add an option to use curl or wget to do this.
The text was updated successfully, but these errors were encountered:
If you are looking for an approach that does not depend on third party tools (curl, wget) and has cross platform support. Please take a look on this other tool https://github.com/maxcnunes/waitforit.
Sometimes it is needed to not just reach the endpoint, but verify that something is responding normally there. My specific use case was that I had an
nginx
server on which I was testing the endpoints "successfully", but they were returning502 Bad Gateway
errors because the server that it was proxying was not yet up.Can add an option to use
curl
orwget
to do this.The text was updated successfully, but these errors were encountered: