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
It'd be great if the HTTP check type supported Basic Auth and the ability to add addtional headers.
The text was updated successfully, but these errors were encountered:
ggiesen
changed the title
Add support for Basic Auth and Additional Headers for httpcheck type
RFE: Add support for Basic Auth and Additional Headers for httpcheck type
Mar 28, 2024
I'm using NodePing push to test API requests against an internal corporate system to test for liveness of the API. The API requires basic authentication and a formatted header and if successful will return a valid SOAP response.
Our AGENT check functionality can handle that well - https://nodeping.com/agent_check.html You can assign an HTTP Advanced check, which supports BASIC auth and custom request headers, to your AGENT.
Alternatively, you can modify the PUSH check httpcontent module and add both auth and headers to the curl command there.
It'd be great if the HTTP check type supported Basic Auth and the ability to add addtional headers.
The text was updated successfully, but these errors were encountered: