CORS not working on Chrome

前端 未结 7 1521
深忆病人
深忆病人 2020-11-29 03:04

I\'ve set up Cross-Origin Resource Sharing on a server (Jetty using the CrossOriginFilter) and it works perfectly on IE8 and Firefox. On Chrome, it just ... doesn\'t.

7条回答
  •  死守一世寂寞
    2020-11-29 03:18

    CORS will work in chrome. Just use chrome is safe-mode, i.e., use disable security settings. Google it about it, or you can even start from command line also.

提交回复
热议问题