Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RFE: Add support for Basic Auth and Additional Headers for httpcheck type #50

Open
ggiesen opened this issue Mar 28, 2024 · 3 comments
Open

Comments

@ggiesen
Copy link

ggiesen commented Mar 28, 2024

It'd be great if the HTTP check type supported Basic Auth and the ability to add addtional headers.

@ggiesen 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
@NodePing
Copy link
Owner

Can you provide some more information about your use case for the requested enhancement?

@ggiesen
Copy link
Author

ggiesen commented Apr 5, 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.

@NodePing
Copy link
Owner

NodePing commented Apr 5, 2024

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.

We'll leave this RFE open as well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants