springboot 访问时 403 错误

Posted 随意的马蒂洛克

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了springboot 访问时 403 错误相关的知识,希望对你有一定的参考价值。

1. 403是被服务器拒绝了,一般是spring security造成的,springsecurity会开启跨域认证,所以不关闭这个的话会访问api会出现403错误

 

2.解决

@Override
    protected void configure(HttpSecurity http) throws Exception {
        http
            
            .and()
            .csrf()
            .disable()
....

在spring security 的控制类中加入以下代码即可,关闭跨域认证.

以上是关于springboot 访问时 403 错误的主要内容,如果未能解决你的问题,请参考以下文章

从 docker 容器执行时,SpringBoot RestTemplate 返回 403 禁止

springboot中使用spring security,登录url就出现403错误

HTTP 错误 403.9 - 禁止访问:连接的用户过多

发送请求时 Spring Boot 错误 403

403错误总结

PYTHONANYWHERE ...我在尝试访问 /admin/default/ 时开始收到“403 FORBIDDEN”错误