In this session, We will discuss steps to consume ASP.NET Web API using jQuery to retrieve data.
#CodingKnowledge #aspnet #aspnetcore #sqlserver #csharp #developer
In this session I describe the below details:
1.Create ASP.NET Empty Website project
2.Add an HTML file
3.Write GET call of for jQuery AJAX to fetch the data from ASP.NET Web API
4.System or process will throw two different errors
5.Resolve the errors with the solution
6.Run the project and check the output
Response to preflight request doesn't pass access control check: It does not have HTTP ok status.
A. To remove the above errors, the Global.asax.cs file needs to be updated
Response to preflight request doesn't pass access control check: No 'Access-Control-Allow-Origin' header is present on the requested resource.
B. To remove the above errors, the Web.Config file needs to be updated.
Subscribe My Channel For Latest Technology Update:
/ codingknowledge
Follow Me On Twitter For Latest Technology Update:
/ satya_inet
Join On My Facebook Group For Latest Technology Update:
/ learncodeeasy
Follow Me On Quora:
https://www.quora.com/q/otyjtqlqifyvafyo
https://www.quora.com/profile/Satyapr...
ASP.NET Web API Tutorial:
• ASP.NET Web API Tutorial
Please do subscribe now and press the bell icon to not miss any further update from Coding Knowledge.
Disclaimer:
Note : Every and each uploaded content in this channel is mine and it is not copied from any community. So, you have free access to download source code from above mentioned account.