想請問一下我哪邊做錯了?
我試著在自己的網頁上面去串接Line pay api但一直發生問題
Access to XMLHttpRequest at 'https://sandbox-api-pay.line.me/v2/payments/request' from origin '我的網站網址' has been blocked by CORS policy: Response to preflight request doesn't pass access control check: No 'Access-Control-Allow-Origin' header is present on the requested resource.
以下為按鈕的程式碼(在JSP上面撰寫)
你好 根據我的串接第三方經驗
第三方串接都是要對應到後端 api的
基本上是前端只是去call api的 client端 api 然後 第三方回傳到 己端 Server
server 接收第三方的token 驗證 然後己端才回傳到前端
權限問題都是經過server
client 只做傳表單資料跟接收參數跳轉