|
From: Justin D. <jde...@op...> - 2009-03-25 19:45:01
|
Hi Arturo, GeoServer uses basic authentication so the client or whatever is sending requests needs to set the appropriate http "Authorization" header which follows the form: Basic + <base64 encoded username + pass>. So something like: setHeader( "Authorization", "Basic " + Base64.encode(username+":"+password) ) -Justin Arturo Juàrez wrote: > Hi, I was change my version 1.6.5 to 1.7.3 of geoserver for use the > layers.properties because I have a webservices private, only is 1 shape, > the I was modify my file /*users.properties, */and I created a new user > and a new role. And the file /*layers.properties*/ I was add the new > lines, then I was probe this service with gvsig 1.1.2 and arcgis 9.2 and > never watch this server, What do I need do for use this server or send > my user and pass for see this server?? > > could you helpme?? > > Thanks > > pd. add the text from my files properties > > > *layers.properties > **.*.r=* > *.*.w=NO_ONE > sf.*.r=ROLE_PRUEBA > sf.*.w=ROLE_PRUEBA > > *users.properties > *prueba1=prueba,ROLE_PRUEBA > > -- > > /*Arturo Juárez Lima*/ > > “/Cuando quieres realmente una cosa todo el Universo conspira para > ayudarte a conseguirla”-//Paulo Coelho/ > > > ------------------------------------------------------------------------ > > ------------------------------------------------------------------------------ > > > ------------------------------------------------------------------------ > > _______________________________________________ > Geoserver-users mailing list > Geo...@li... > https://lists.sourceforge.net/lists/listinfo/geoserver-users -- Justin Deoliveira OpenGeo - http://opengeo.org Enterprise support for open source geospatial. |