Realm (General questions)
When a user connects to the wodWebserver and the user gets a request for a username/password, the user receives a messagebox and within that box I get the info on the wodComponent. Can I from within my app control what realm text is send to the user?
Re: Realm
Dirk,
Just set ServerName property, and wodWebServer will use it as Realm in Authentication popup.
Regards,
Damba
Re: Realm
Thanks Damba, that worked.