Implemented

Support for Headers & Authorization in Send a GET or POST Request to a Web Server Alert Action

Hi,

I have seen a couple of posts where other people need to send header as part of a POST request to a web service and while it is not overly difficult to wrap this into a script, with the level of integration being performed by customers, I would like to have the ability to add custom Headers to the POST settings within this alert action.

Placing API calls via post often requires authentication or the passing of values as header arguments and critically authorisation.

Request:

  • Support for the standard API Authorisation methods; Basic Auth, No Auth, Digest Auth, Bearer Token etc.
  • Support for POST Headers

The following is a quick and dirty mockup:

pastedImage_3.png