How to provide Basic Authentication for HTTP Connector in Service Task

I have configured a HTTP connector in the service task to call an external REST API and provided the url, method and payload parameters. Please advice on how to configure the basic authentication details for this REST API call

Just set a header with the Auth info.

Its something like Authorization: Basic ZWx1c3VhcmlvOnlsYWNsYXZl where ZWx1c3VhcmlvOnlsYWNsYXZl is the base64

1 Like