How to send or receive make a basic auth work flow at IBM ACE ?
First you need to know the basic auth send by postman or any other application is being received under the tree of HTTPInputHeader and it start always by word Bearer and it followd by the username and password encoded at base64
so you will need to substring it first to cut the word Bearer and then to decode the username and password and finally cast it to character to be able to use it freely through your workflow
#IBM #App #Connect #ACE #API #basic #auth #Authentication #username #password #middleware #ESB #integration #developer