sivadass / react-shopping-cart

Easily integrate React Shopping Cart into your existing website without using Redux.
https://sivadass.github.io/react-shopping-cart/
MIT License
578 stars 262 forks source link

CSRF question #33

Open 15070262009 opened 5 years ago

15070262009 commented 5 years ago

When I set up the proxy server,He didn't seem to work.I would like to ask how to solve the problem。API request 404 devServer: { open: true, historyApiFallback: true, overlay: true, port: process.env.DEV_PORT, proxy('/apis', { target: "http://192.168.74.54:8088", secure: false, changeOrigin: true, pathRewrite: { "^/apis": "/" }, } },