音が流れない場合、再生を一時停止してもう一度再生してみて下さい。
ツール 
画像
DevBugFix
905回再生
Enable Cross-Origin Requests (CORS) in ASP.NET Core 5 | Integration in Angular Urdu | Hindi Part 6

Step by step Enable Cors in .NET Core Project for cross origin request
In this video you will learn how to enable cors in .net core 5

Browser security prevents a web page from making requests to a different domain than the one that served the web page. This restriction is called the same-origin policy. The same-origin policy prevents a malicious site from reading sensitive data from another site. Sometimes, you might want to allow other sites to make cross-origin requests to your app. For more information

“CORS” stands for Cross-Origin Resource Sharing.
It allows you to make requests from one website to another website in the browser, which is normally prohibited by another browser policy called the Same-Origin Policy (SOP).

Same-Origin Policy (SOP).
For the sake of web security, browsers generally do not allow resources sharing between different origins.

Part 1 of this video
ASP .NET Core 5 Web API & Integration in Angular 11 | Secure API with Token | in Urdu | Hindi Part 1
   • ASP .NET Core 5 Web API & Integration in A...  

Part 2 of this video
ASP .NET Core 5 Web API & Integration in Angular 11 | Secure API with Token | in Urdu | Hindi Part 2
   • ASP .NET Core 5 Web API & Integration in A...  

Part 3 of this video
ASP .NET Core 5 Web API | Token based Authentication | in Urdu | Hindi Part 3
   • ASP .NET Core 5 Web API | Token based Auth...  

Part 4 of this video
ASP .NET Core 5 Web API & Integration in Angular 11 in Urdu | Hindi Part 4
   • ASP .NET Core 5 Web API & Integration in A...  

Part 5 of this video
ASP .NET Core 5 Web API & Integration in Angular 11 | Add service in project in Urdu | Hindi Part 5
   • ASP .NET Core 5 Web API & Integration in A...  

Tools we will use
ASP .NET Core 5
Dot NET CLI
Entity framework Core for Sql Server
Microsoft Identity for Authentication, Authorization & User Management
Visual Studio Code
Postman to Test API
Angular 11
Angular CLI
Bootstrap for UI

Source Code
.NET core 5 project URL
github.com/DevBugFix/dotnetCore_5_Idenity_token
Angular Project
github.com/DevBugFix/Web_Token_auth

Subscribe my channel to get more videos in urdu
#dotnetInUrdu #Angular # webAPI

コメント