While security has not been a main focus in the development of WebDataServer, it does have a couple of features which are useful. First since the returned data is inside an html document, making a database out of it will take significant parsing. Also by setting the MaxMaxReturn config parameter to a reasonably low value you can limit the amount of data available in a single request, thus requiring extra effort to retrieve all your data. Most importantly though you can limit how data is retreived from WebDataServer by specifying Required fields in your config file. User requests are rejected is they do not include values for Required fields.