如何限制其他域调用 Web api,意味着我只想允许一个特定域调用 Web api
我正在 Web Api 中做一个项目,我想限制其他域调用我的 Web api,但只允许我的域名。 我怎样才能限制它, 我正在等待您宝贵的答案,
我在 WebApiConfig 中添加了此代码
config.EnableCors();
,并在控制器顶部添加了以下代码
[EnableCors(origins: "http://localhost:49873", headers: "accept,content-type,origin,x-my-header", methods: "*")]
I'm doing one project in Web Api, I want to restrict other domains calling my web api, but only allow my domain name only.
How can I restrict that,
I'm waiting for your valuable answers
I added this code inside WebApiConfig
config.EnableCors();
and the following code on top of the controller
[EnableCors(origins: "http://localhost:49873", headers: "accept,content-type,origin,x-my-header", methods: "*")]
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论