Tag Archives: header authorization tibco

How to Use Basic Authentication for HTTP Receiver in TIBCO

HTTP Receiver based processes are implemented to expose services in REST fashion on specified URLs. For HTTP based services, you can use Basic Authentication mechanism for clients to send authorization header in the format Authorization: Basic <credentials> where credentials are encoded in base64 having username and password separated by a colon (:). In this post,… Read More »