CORS 跨域訪問

無法發起請求的幾個部分:

  • 跨協議,例如 http 端請求 https 端
  • 不同的 port,如果同域名從 80 port 訪問 8080 port 是不行的
  • 域名不同,即使是子域名也會被阻止

在 grape 裡面可以加上

可以寫在入口點,這樣所有檔案都會吃到一樣的設定

app/api/api_root.rb

before do
  header "Access-Control-Allow-Origin", "*"
end
Copyright © NicLin 2019 all right reserved,powered by Gitbook該頁面生成時間: 2019-04-09 10:00:37

results matching ""

    No results matching ""