How to specify response headers to CORS?

后端 未结 3 712
猫巷女王i
猫巷女王i 2020-12-20 02:21

I am building a backend REST API in spring and my friend is building a Angular JS front end app to call my API.I have a token header with key Authorization and

3条回答
  •  隐瞒了意图╮
    2020-12-20 03:08

    this can help you, Spring have differents way to configure Cors headers https://spring.io/guides/gs/rest-service-cors/

提交回复
热议问题