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 3rd party service may be used with wait-on. and we can't guarantee that it will return 2XX codes on GET or HEAD. For example it allows only POST requests and returns 400 code on GET or HEAD
Is it possible to add an option to allow wait-on trigger upon receiving any code? Receiving code by itself means that server is up.
ArrayKnight, jchook, Jeromearsene, MartinLoeper and tstackhouse