Difference between revisions of "Blackbox exporter form login"

From UVOO Tech Wiki
Jump to navigation Jump to search
(Created page with "``` modules: http_2xx: prober: http timeout: 5s http: method: POST headers: Content-Type: 'application/x-www-form-urlencoded' params:...")
 
(No difference)

Latest revision as of 16:35, 8 March 2024

modules:
  http_2xx:
    prober: http
    timeout: 5s
    http:
      method: POST
      headers:
        Content-Type: 'application/x-www-form-urlencoded'
      params:
        - name: 'username'
          value: 'your_username'
        - name: 'password'
          value: 'your_password'
      body: 'additional_post_data_if_needed'