> Example data queries
>
> <baseURL>?REQUEST=queryData&TABLE=foo&POS=180,0&SIZE=0.2
> <baseURL>?REQUEST=queryData&TABLE=foo&query=SELECT+*+FROM+a+WHERE+foo%3D2
Actually I guess the second one would be
<baseURL>?REQUEST=queryData&query=SELECT+*+FROM+foo+WHERE+bar%3D2