postman请求提示Full authentication is required to access this resource

显然这个是没有获取当登录信息,即是没有用户登录,没有登录就肯定没有对应的权限了,目前实际的一个解决办法如下:

postman请求提示Full authentication is required to access this resource

springcloud项目是有网关的,在这里需要把访问路径中的端口号修改为网关中的端口号,我的是9999

其次就是需要获取登录的token,那么可以在这里使用登录接口,访问后返回的token可以使用。

我的解决办法是在页面上F12直接登录,查看该登录接口返回的token。

postman请求提示Full authentication is required to access this resource

这个时候就是使用新的访问路径了,在修改一下参数直接访问:

postman请求提示Full authentication is required to access this resource

相关文章:

  • 2021-10-16
  • 2022-01-26
  • 2022-12-23
  • 2022-12-23
  • 2021-11-27
  • 2021-08-20
  • 2021-04-10
  • 2021-12-13
猜你喜欢
  • 2022-12-23
  • 2021-09-08
  • 2022-12-23
  • 2022-02-08
  • 2021-11-01
  • 2021-06-11
  • 2022-12-23
相关资源
相似解决方案