Realm - WeOnlyDo Discussion board

Realm (General questions)

by dirk, Thursday, November 26, 2009, 17:52 (5475 days ago)

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

by wodDamir, Thursday, November 26, 2009, 18:06 (5475 days ago) @ dirk

Dirk,

Just set ServerName property, and wodWebServer will use it as Realm in Authentication popup.

Regards,
Damba

Re: Realm

by dirk, Thursday, November 26, 2009, 18:13 (5475 days ago) @ wodDamir

Thanks Damba, that worked.