Skip to content

plugin/check_url_available: miscellaneous improvements

Eric Zheng requested to merge eric.zheng/slapos.toolbox:master into master

This merge request introduces the following changes:

  • The http_code parameter has been renamed http-code for consistency.
  • The check-secure parameter has been removed. Users should specify http-code = 401 instead.
  • The username and password parameters have been added to optionally enable HTTP basic authentication.
  • The logging output has been changed slightly.
Edited by Eric Zheng

Merge request reports