Hi All
Totally new, please play nice with me. I am using Brook framework to write a rest app. In doing authentication I set the TResponse objects wwwAuthenticate property to 'Basic realm="arealm"'. Reading that property directly after, and it is empty.
I can get around this by passing the authentication header as a custom header, but I find this odd. What is the proper way to use these properties?
RM