If you are using a WMS implementation based on Java you could implement
a ServletFilter which would intercept requests before it goes to the
WMS servlet.<br><br>This filter would intercept the requests which you
can then look at the request parameters to check if they match your
grid. If they don't you can reject them.<br><font color="#888888">
<br>Paul</font>