当前位置:网站首页>MiniAPI of .NET6 (14): Cross-domain CORS (Part 1)
MiniAPI of .NET6 (14): Cross-domain CORS (Part 1)
2022-08-03 22:25:00 【51CTO】
To illustrate cross-requests,创建了两个项目,一个mini api,端口是5001,另一个razor page项目,端口是5280.5280The item will be used on the pageajax的方式来请求5001,Form a cross-domain request,由于是本地测试,host都是localhost,So by port number is different,form different domains.
api项目
页面项目
运行结果:
默认情况下,只允许get,post,head三种方法,It is also possible to allow all method access.
运行结果:
All open cross-domain access,配置简单,但安全性较低,If you need to disable some resources that do not need to be accessed,可以在对应的url上放置DisableCors特性,To control cross-domain access.
运行结果
想要更快更方便的了解相关知识,可以关注微信公众号
边栏推荐
- 472. Concatenated Words
- 关于IDO预售系统开发技术讲解丨浅谈IDO预售合约系统开发原理分析
- [b01lers2020]Life on Mars
- 线上服务器老是卡,该如何优化?
- 剑指offer第22题-链表中倒数第K个节点
- 如何设计 DAO 的 PoW 评判标准 并平衡不可能三角
- 七夕快乐!
- UVa 10003 - Cutting Sticks (White Book, Interval DP)
- encapsulation, package, access modifier, static variable
- CAS:908007-17-0_Biotin-azide_Biotin azide
猜你喜欢
随机推荐
【刷题篇】二叉树的右视图
Research status of target detection at home and abroad
剑指offer第22题-链表中倒数第K个节点
决策树、GBDT、XGBOOST树的可视化
113. 授人以渔 - 如何自行查询任意 SAP UI5 控件属性的文档和技术实现细节
RPA助力商超订单自动化!
如何基于WPF写一款数据库文档管理工具(二)
重发布实验报告
2022的七夕,奉上7个精美的表白代码,同时教大家快速改源码自用
嵌入式系统:时钟
物联网新零售模式,引领购物新潮流
Causes of Mysql Disk Holes and Several Ways to Rebuild Tables
Boss: There are too many systems in the company, can you realize account interoperability?
互联网用户账号信息管理规定今起施行:必须严打账号买卖灰产
IO thread process -> thread synchronization mutual exclusion mechanism -> day6
Flink--Join以及Flink函数
376. Wiggle Subsequence
Embedded Systems: GPIO
21天打卡挑战学习MySQL——《Window下安装MySql》第一周 第三篇
Basic Concepts of Graphs