On 10 Jul 2007, at 11:33, Ruben Pardo wrote: > Hi, > > how can i implement security with openlayers? is it possible to > hide the layers or the server that you request? > or i have to implement this on the server side?
It really depends on what you mean by security. It's quite tricky to do this on the client given the very nature of what openlayers does (ie makes asynchronous requests to open web servers), so most security (eg limiting requests by IP address, limiting which layers can be viewed by clients is handled on the server side. Cheers, Andrew --- Andrew Larcombe Freelance Geospatial, Database & Web Programming web: http://www.andrewlarcombe.co.uk email: [EMAIL PROTECTED] mob: +44 (7760) 258623 icq: 306690163 _______________________________________________ Users mailing list [email protected] http://openlayers.org/mailman/listinfo/users
