Postリクエストをrack-corsで実装
Closed this issue · 1 comments
ryosk7 commented
getはできるがpostはできないため、
origin部分をどのようにするのか調査する。
ryosk7 commented
localhostの前に"http://"を付けることで、解決した。
例)
axios.post('http://localhost:3000/api/posts', ...
Closed this issue · 1 comments
getはできるがpostはできないため、
origin部分をどのようにするのか調査する。
localhostの前に"http://"を付けることで、解決した。
例)
axios.post('http://localhost:3000/api/posts', ...