J
Jean-Christophe Cardot
Guest
We do this by mapping the Authorization header, then we get the value through an CHARACTER input parameter. Using Basic authentification scheme, the first entry (separated by " ") must be "Basic" and the second one is a base64 encoded string that you must pass through base64-decode in order to get the string "user
assword".
Continue reading...
Continue reading...