ASP NET Web API enable HTTPS

  Рет қаралды 182,130

kudvenkat

kudvenkat

Күн бұрын

Пікірлер: 54
@Xellos357
@Xellos357 2 жыл бұрын
VERY good video. You explained every piece of the code that you were working on. It is clear that you know the code well, not just regurgitating stuff that you have seen.
@dogburrito
@dogburrito Жыл бұрын
Having carefully followed the lessons up to and including this one, I found that this one really dove deeply into a rabbit hole. Practically useless due to the sharp increase in difficulty level. What would have made this video valuable would be an explanation of the WHEN and WHY surrounding the need for such technicalities.
@emmaodonnell8275
@emmaodonnell8275 5 жыл бұрын
For reference, the redirect here happens because of the 302 (Found) response code. When you return this response code with a new uri in the location header, it acts as an invitation to the browser to make a second request to the uri in the location field. If you change the response code to 200, or if you remove the uri from the location header, the response content ("Use Https instead of Http") will be displayed instead of a redirect occuring.
@khaledsaleh4238
@khaledsaleh4238 7 жыл бұрын
These videos helped me a lot to grasp the concepts of different areas when I needed to create an API at work :). Thanks a lot!
@kanhamunjal759
@kanhamunjal759 3 жыл бұрын
Thanks a lot for your hard work ! Greatest mentor !
@sijimathew9982
@sijimathew9982 8 жыл бұрын
I love Web API so much.
@hungerface6362
@hungerface6362 4 жыл бұрын
You're awesome! Thank you very much! I love your voice!
@tripore
@tripore 6 жыл бұрын
Hello. For some reasons, I created the class and registered it as described but the code doesn't fire. For a reason that I don't know, the registration doesn't seem to work. The filter get added but the code doesn't seem to run when the site is running. Any idea ?
@ruirodrigues1971
@ruirodrigues1971 5 жыл бұрын
Works for the Resfull webservices call
@ravikumaranbarasu1998
@ravikumaranbarasu1998 7 жыл бұрын
Its very useful neat and completely understandable, please continue your service as it is. only on humble request is you can capture the video with some black colored theme in IDE instead of this you can use default theme of the IDE, its very useful for us to read /view the code what you have done. excuse me if any mistake on my comment.Thanks,Ravikumar.A
@ralphhuzz31
@ralphhuzz31 5 жыл бұрын
quick question apparently i already have this ssl activated and without the above methods its works fine but i cant set the ssl to false in short i cant go to http only is this fine since ssl is preferably more secured and if no how can i disable this ssl in the properties
@acluantran3413
@acluantran3413 5 жыл бұрын
Visual Studio 2017 gives 'Adding the Certificate to The Trusted Root Certificates store failed with the following Errror' please help !!
@echolumaque2130
@echolumaque2130 3 жыл бұрын
hello, im curious if i deploy my web api on azure, what port value should i put in the uribuilder? is there some kind of dynamic way or what? thanks! by the way, i learned so much on your playlist :)
@roidbot6579
@roidbot6579 7 жыл бұрын
For the next video 18: Be SUREto pay attention when he talks about configuring WebApiConfig to filter based on BasicAuthentication attribute.
@peterl1699
@peterl1699 8 жыл бұрын
I have truble to manage my connectionstrings between the diffrent projects. i want to use relative paths. this works great as long as we are not taking the solution into production
@sahil5572
@sahil5572 2 жыл бұрын
Yes...It isn't working in production mode
@sahil5572
@sahil5572 2 жыл бұрын
Hi Venkat It isn't working in production mode
@muhammadrehbarsheikh8498
@muhammadrehbarsheikh8498 8 жыл бұрын
Thank you venkat sir.
@rashidrahim6531
@rashidrahim6531 4 жыл бұрын
sir on post request from http is not working automatically calling success method in ajax without posting while its working fine on https please response i have done as it is you said
@girijesh-mca
@girijesh-mca 8 жыл бұрын
Great sir...thank you so much...
@Vinay-gn7vg
@Vinay-gn7vg 5 жыл бұрын
Is it possible to create SSL certificate using IP address of server instead HostName. If yes please suggest some resource. Thanks.
@arifhasan1477
@arifhasan1477 7 жыл бұрын
i am calling this from a different domain using cors but getting error Response to preflight request doesn't pass access control check how to solve????
@06silverfire
@06silverfire 7 жыл бұрын
Isn't [RequireHttps] an included attribute? Why create your own?
@Xellos357
@Xellos357 2 жыл бұрын
Good question... why didn't he add [RequireHttpsAttribute] instead of the former?
@anilkumarsharma3345
@anilkumarsharma3345 8 жыл бұрын
Thank you very much for all ur course sir. But I have some quality issue with these api videos so please fix it if you can.
@Csharp-video-tutorialsBlogspot
@Csharp-video-tutorialsBlogspot 8 жыл бұрын
You are very welcome. The quality of the video depends on your internet connection bandwidth. All the videos are uploaded in HD quality. To improve the video quality, click the settings button that is present at the lower bottom right hand corner of the KZbin player. Hope this helps.
@shrutikittur7536
@shrutikittur7536 8 жыл бұрын
Thank you so much Master
@Csharp-video-tutorialsBlogspot
@Csharp-video-tutorialsBlogspot 8 жыл бұрын
You are very welcome and Thank you very much for taking time to give feedback. This means a lot. I am very glad you found the videos useful. I have organised all the Dot Net & SQL Server videos in to playlists, which could be useful to you kzbin.infoplaylists?view=1&sort=dd If you need DVDs or to download all the videos for offline viewing please visit www.pragimtech.com/order.aspx Slides and Text Version of the videos can be found on my blog csharp-video-tutorials.blogspot.com Tips to effectively use my youtube channel. kzbin.info/www/bejne/r2ibYYCtnb5qZtU If you want to receive email alerts, when new videos are uploaded, please subscribe to my youtube channel. kzbin.info If you like these videos, please click on the THUMBS UP button below the video. May I ask you for a favor. I want these tutorials to be helpful for as many people as possible. Please share the link with your friends and family who you think would also benefit from them. Good Luck Venkat
@jacksparrow2144
@jacksparrow2144 8 жыл бұрын
Thank you sir. Can this attribute be used for MVC web application in the RouteConfig class to redirect HTTP requests to HTTPS?
@ravivishwakarma7786
@ravivishwakarma7786 Жыл бұрын
Yes
@BlalKhalidTech
@BlalKhalidTech 5 жыл бұрын
hi i am working on Api i am facing the following error Mixed Content: The page at 'localhost:44318/Account/Register' was loaded over HTTPS, but requested an insecure XMLHttpRequest endpoint 'www.jobwob.somee.com/api/Account/Register'. This request has been blocked; the content must be served over HTTPS. can you tell me how to solve this?
@belmiris1371
@belmiris1371 2 жыл бұрын
Thank you!
@gormdrachmann2951
@gormdrachmann2951 6 жыл бұрын
Thanks for a very good list on asp and api - one of the best on youtube:-) Just a short comment. If you want your webpage automatically to redirect to https you can also make following changes in the web.config file:
@redki755
@redki755 7 жыл бұрын
thank you so much
@deepthikarri
@deepthikarri 7 жыл бұрын
Previously also that site has https with strike mark. So i can understand what changes the code made.
@alaaabdelfattah3126
@alaaabdelfattah3126 6 жыл бұрын
Thank you so much pro
@ChiragMM
@ChiragMM 7 жыл бұрын
Very precise
@KamrulIslam-wj1ky
@KamrulIslam-wj1ky 5 жыл бұрын
Hello sir, Thanks for nice videos I want to know how to access my json by ip address instead of localhost?
@ashishchaturvedi2575
@ashishchaturvedi2575 6 жыл бұрын
thank you so much sir
@acluantran3413
@acluantran3413 5 жыл бұрын
my https was not green !! it's grey ! plz anyone tell me why ?
@Mikola1982Lt
@Mikola1982Lt 7 жыл бұрын
все ссылки биты. скажи перед тем как настраивать код в командной строке нужно привязать сертификат к ip и порту?
@MrRufus311088
@MrRufus311088 6 жыл бұрын
указывай свои ссылки и порт. посморти в настройкак проекта в Visual Studio
@pmburu0
@pmburu0 8 жыл бұрын
Thanks you
@shashanktiwari5438
@shashanktiwari5438 4 жыл бұрын
Hello sir how to solve Cors Error
@ytfilastu
@ytfilastu 8 жыл бұрын
gr8
Implementing basic authentication in ASP NET Web API
19:17
kudvenkat
Рет қаралды 427 М.
Cross origin resource sharing ASP NET Web API
12:19
kudvenkat
Рет қаралды 244 М.
UFC 310 : Рахмонов VS Мачадо Гэрри
05:00
Setanta Sports UFC
Рет қаралды 1,2 МЛН
Sigma Kid Mistake #funny #sigma
00:17
CRAZY GREAPA
Рет қаралды 30 МЛН
REAL or FAKE? #beatbox #tiktok
01:03
BeatboxJCOP
Рет қаралды 18 МЛН
BAYGUYSTAN | 1 СЕРИЯ | bayGUYS
36:55
bayGUYS
Рет қаралды 1,9 МЛН
Custom HTTPS Dev Environment using .NET Core, Kestrel & certificates
1:01:33
Enable SSL in Visual Studio Development Server
8:20
kudvenkat
Рет қаралды 183 М.
Call ASP NET Web API from jQuery
8:26
kudvenkat
Рет қаралды 236 М.
Difference Between REST API vs Web API vs SOAP API Explained
7:24
Learn with Whiteboard
Рет қаралды 290 М.
Brutally honest advice for new .NET Web Developers
7:19
Ed Andersen
Рет қаралды 316 М.
ASP NET Core dependency injection tutorial
9:28
kudvenkat
Рет қаралды 435 М.
HttpClient in Asp.Net Core Web API | HttpClient C#
27:33
Nitish Kaushik
Рет қаралды 9 М.
UFC 310 : Рахмонов VS Мачадо Гэрри
05:00
Setanta Sports UFC
Рет қаралды 1,2 МЛН