使用 Spring Security |
重启 SuperMap iServer 服务,访问 http://<server>:<port>/iserver/services/map-china400/rest,提示进行登录,如下:
以 china/china 用户进行登录,重新访问 http://<server>:<port>/iserver/services/map-china400/rest,即可显示正确结果:
在本示例中,/services/map-world/**”也被保护了,china 用户并没有对 map-world 的访问权限,所以接着访问:http://<server>:<port>/iserver/services/map-world/rest,返回403响应码:
这时,再以 world/world 用户登录,即访问 http://localhost:8090/iserver/spring_security_login,登录,然后访问 http://<server>:<port>/iserver/services/map-world/rest,即可得到正确响应。