本文介绍了CORS-从Postman伪造CORS预检无法返回标头的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
如果我伪造了Postman的OPTIONS飞行前CORS请求,则不会从我的API中获得CORS标头。
If I fake an OPTIONS preflight CORS request from Postman, I don't get the CORS headers back from my API.
推荐答案
我设法使用
我的设置如下
I managed to get it working using Postman InterceptorThe settings I had were as below
这篇关于CORS-从Postman伪造CORS预检无法返回标头的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!