Cross origin resource sharing ASP NET Web API

preview_player
Показать описание
Text version of the video

Healthy diet is very important both for the body and mind. If you like Aarvi Kitchen recipes, please support by sharing, subscribing and liking our YouTube channel. Hope you can help.

Slides

All ASP.NET Web API Text Articles and Slides

All ASP.NET Web API Videos

All Dot Net and SQL Server Tutorials
Рекомендации по теме
Комментарии
Автор

There is actually another way to do.
Add following code in the web.config file in project:
<system.webServer>
<httpProtocol>
<customHeaders>
<add value="your-origine" />
<add value="GET, POST" />
</customHeaders>
</httpProtocol>
</system.webServer>
This is an alternative for EnableCorsAttribute. However, this method is not flexible as Cors, because you can add "Cors" as an attribute for some specific controllers.
I really like your video, I really learned a lot and can also recall my knowladge.

wellplayed
Автор

Every time when i need help i just come here to watch your videos. It help me more and more. Thanks for creating such beautiful and perfect videos.

sarimmughal
Автор

Only because you are so awesome with the videos that i feel the need to support you as much as possible, I don't skip any advertisement for your videos and like every video possible... Thanks...

aamirjamal
Автор

Thank you so much! At first it seemed like an error which should be really easy to fix with a lot of help on the internet but to my surprise it seemed like literally every source I could find, didn't end up fixing it and you were the first one which showed a solution that worked for me! Many thanks!

FurryDanOriginal
Автор

awesome got stuck with this problem for 1 week and after watching this i m sorted with in a minutes...thnx keep it up..lot of love

sanjeevkumar-uipi
Автор

Cross origin resource sharing ASP NET Web API..good video

lylanyoutube
Автор

Thanks for this videos venkat .
I am getting lot of knowledge from your videos.

pmuneiah
Автор

Thanks a lot kudvenkat, I am watching all your videos on Web Api and it completely upgrade me in the APIs development. I am feeling confident now in Web APIs part. Your videos and blogs are Awesome :) Great Thanks (y) :)

kamleshjoshi
Автор

Beautiful. I have had so much trouble with CORS in the past. Thank you Venkat!

Algebrodadio
Автор

Made the concept understand easily with good example.Thanks

sivaramannavarjula
Автор

Your videos are incomparable with others. Really really good.

parthathatoi
Автор

Thank you Venkat. very clear explanation about cors.

nullpointer.
Автор

Excelente explicación, justo lo que estaba buscando, mil gracias por tu información 👍

diegobernal
Автор

excellent explanation about cors im liking to your every vid since its a treasure trove of knowledge and easily understandable

ralphhuzz
Автор

Very conceptual and good explanation !!

shriramkardile
Автор

Sir can you please add the Part Number in the Name so that it is for us to know now which video have to watch.
It will be a great help.
Thanks

chetangadhavi
Автор

very good and informative looking forward to watching more

yanickmkambembo
Автор

This is very useful, thank you very much

kniger
Автор

When you don't get a solution anywhere kudvenkat is the last option.. thanks venkat..

devendrajadhav
Автор

What If I want to enable CORS in WebForms asp.Net

tinytutor