Hi All,
I am developing one application using .NET and Vue.js. Each time browser send a request to any of my API, Option call is first initiated and then data API. This adds performance overhead in my application. I am unable to solve this. I appreciate your help.
Thanks a lot !
Madan ShekarPosted Oct 17, 2018, 6:14 AM
[EnableCors(origins: "*", headers: "*", methods: "*")]
example :-
[EnableCors(origins: "*", headers: "*", methods: "*")]
Install-Package Microsoft.AspNet.WebApi.Cors -Version 5.2.6
Sanwar RanwaPosted Oct 5, 2018, 12:42 PM
Mrugesh PanchalPosted Oct 5, 2018, 8:22 AM
Sai Kumar KoonaPosted Oct 5, 2018, 8:15 AM