Posted on2024/06/042024/08/24Spring Security 【Spring Security】登入失敗後,Spring Boot 回傳 401 狀態碼,前端瀏覽器畫面彈出重新輸入帳密的彈窗,教你如何禁用彈窗! by 小書僮Leave a comment on 【Spring Security】登入失敗後,Spring Boot 回傳 401 狀態碼,前端瀏覽器畫面彈出重新輸入帳密的彈窗,教你如何禁用彈窗! 問題原因 在前後端分離架構下,當登入失敗後,後端回… Read More
Posted on2024/06/042024/06/04Spring Security 【Spring Security】使用 postman 請求一個有 spring security 保護的 api,登入失敗回傳 401 狀態碼 ,但使用前端後分離的 vue 請求同樣的api,卻是回傳 302 狀態碼 by 小書僮Leave a comment on 【Spring Security】使用 postman 請求一個有 spring security 保護的 api,登入失敗回傳 401 狀態碼 ,但使用前端後分離的 vue 請求同樣的api,卻是回傳 302 狀態碼 問題原因 Postman Vue 這是因為 Spr… Read More
Posted on2024/05/302024/08/24Spring Security 【Spring Security】使用資料庫驗證帳號密碼 – UserDetailsService by 小書僮Leave a comment on 【Spring Security】使用資料庫驗證帳號密碼 – UserDetailsService 新增UserDetailService類別 在 s… Read More
Posted on2024/05/292024/08/24Spring Security 【Spring Security】解決CORS跨域問題 by 小書僮Leave a comment on 【Spring Security】解決CORS跨域問題 問題原因 解決方法 方法1.在Spring Sec… Read More