Options for HTTP queries #7

Closed
opened 2026-02-28 01:31:34 -05:00 by deekerman · 5 comments
Owner

Originally created by @lionep on GitHub (Jul 11, 2021).

Hey, nice project there !

Just a feature idea : it would be nice to have the possibility to customize the HTTP(s) query, with custom headers, method, body, to monitor private APIs for instance.

Originally created by @lionep on GitHub (Jul 11, 2021). Hey, nice project there ! Just a feature idea : it would be nice to have the possibility to customize the HTTP(s) query, with custom headers, method, body, to monitor private APIs for instance.
deekerman 2026-02-28 01:31:34 -05:00
Author
Owner

@JeremyKennedy commented on GitHub (Jul 30, 2021):

Definitely need this one. I have many services behind Authelia, and I don't think those can be checked without passing a custom authentication header.

@JeremyKennedy commented on GitHub (Jul 30, 2021): Definitely need this one. I have many services behind Authelia, and I don't think those can be checked without passing a custom authentication header.
Author
Owner

@Hyurt commented on GitHub (Aug 1, 2021):

I'd even add the ability to allow certain response code
401 - 403 can be acceptable response code in some use case

@Hyurt commented on GitHub (Aug 1, 2021): I'd even add the ability to allow certain response code 401 - 403 can be acceptable response code in some use case
Author
Owner

@aHVzY2g commented on GitHub (Aug 8, 2021):

@JeremyKennedy FYI you can allow the kuma IP to bypass in authelia config.

  rules:
    - domain: "*.example.com"
      policy: bypass
      networks:
        - uptime_monitor

    - domain: "*.example.com"
      policy: two_factor
@aHVzY2g commented on GitHub (Aug 8, 2021): @JeremyKennedy FYI you can allow the kuma IP to bypass in authelia config. ``` rules: - domain: "*.example.com" policy: bypass networks: - uptime_monitor - domain: "*.example.com" policy: two_factor ```
Author
Owner

@JeremyKennedy commented on GitHub (Aug 8, 2021):

Brilliant! Will try this now.

@JeremyKennedy commented on GitHub (Aug 8, 2021): Brilliant! Will try this now.
Author
Owner

@the-lazy-fox commented on GitHub (Aug 11, 2021):

This feature request will remain interesting to by pass htaccess files for example

@the-lazy-fox commented on GitHub (Aug 11, 2021): This feature request will remain interesting to by pass htaccess files for example
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/uptime-kuma#7
No description provided.