标签: spring-boot spring-security
我将我的应用程序从Spring Boot 1.3.5更新到2.0.4,并且我的POST IT测试失败,因为它重定向到“登录”。
我正在使用自动连接的TestRestTemplate.withBasicAuth(“ user”,“ pass”)。postForEntity。端点向第三方触发,我无法进行后续的事务测试。我需要测试端点是否返回200,但得到302和位置标头。有任何想法吗?我希望“ withBasicAuth”可以替我登录并转发到端点。