REST module: basic header authentication.

0
Hello, what functions do people use to split the basic authentication header for REST security? Regular HTTP authorization headers look like basic + (base64 encoded username:password) How do i extract the username and password. since there is no string split function in mendix? Anyone have any clever solutions to this problem? Or should i write my own java action for this? Kind regards, Marnix
asked
0 answers