ReactJS: Axios won't send cookies in production build

前端 未结 0 774
时光说笑
时光说笑 2020-12-07 03:01

I have an Nodejs API and an ReactJs App i configure my nodejs app like this in order to enable cors

const app = express();
app.use(cors({ 
    origin: process         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题