Since the request
package is no longer receiving updates, wait-on switched to using axios
. Attempt to keep the same wait-on options as much as possible.
These breaking changes occurred in the switch:
- There is only one option for redirects
followRedirect: true|false
(defaults to true). httpSignature
is not implemented in axios and now not available. (If this feature is still desired, please help by providing a pull request to implement it.)auth
allows onlyusername
andpassword
but not the previous aliasesuser
andpass