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 Жыл бұрын
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.
@emmaodonnell82755 жыл бұрын
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.
@khaledsaleh42387 жыл бұрын
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!
@kanhamunjal7593 жыл бұрын
Thanks a lot for your hard work ! Greatest mentor !
@sijimathew99828 жыл бұрын
I love Web API so much.
@hungerface63624 жыл бұрын
You're awesome! Thank you very much! I love your voice!
@tripore6 жыл бұрын
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 ?
@ruirodrigues19715 жыл бұрын
Works for the Resfull webservices call
@ravikumaranbarasu19987 жыл бұрын
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
@ralphhuzz315 жыл бұрын
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
@acluantran34135 жыл бұрын
Visual Studio 2017 gives 'Adding the Certificate to The Trusted Root Certificates store failed with the following Errror' please help !!
@echolumaque21303 жыл бұрын
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 :)
@roidbot65797 жыл бұрын
For the next video 18: Be SUREto pay attention when he talks about configuring WebApiConfig to filter based on BasicAuthentication attribute.
@peterl16998 жыл бұрын
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
@sahil55722 жыл бұрын
Yes...It isn't working in production mode
@sahil55722 жыл бұрын
Hi Venkat It isn't working in production mode
@muhammadrehbarsheikh84988 жыл бұрын
Thank you venkat sir.
@rashidrahim65314 жыл бұрын
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-mca8 жыл бұрын
Great sir...thank you so much...
@Vinay-gn7vg5 жыл бұрын
Is it possible to create SSL certificate using IP address of server instead HostName. If yes please suggest some resource. Thanks.
@arifhasan14777 жыл бұрын
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????
@06silverfire7 жыл бұрын
Isn't [RequireHttps] an included attribute? Why create your own?
@Xellos3572 жыл бұрын
Good question... why didn't he add [RequireHttpsAttribute] instead of the former?
@anilkumarsharma33458 жыл бұрын
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-tutorialsBlogspot8 жыл бұрын
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.
@shrutikittur75368 жыл бұрын
Thank you so much Master
@Csharp-video-tutorialsBlogspot8 жыл бұрын
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
@jacksparrow21448 жыл бұрын
Thank you sir. Can this attribute be used for MVC web application in the RouteConfig class to redirect HTTP requests to HTTPS?
@ravivishwakarma7786 Жыл бұрын
Yes
@BlalKhalidTech5 жыл бұрын
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?
@belmiris13712 жыл бұрын
Thank you!
@gormdrachmann29516 жыл бұрын
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:
@redki7557 жыл бұрын
thank you so much
@deepthikarri7 жыл бұрын
Previously also that site has https with strike mark. So i can understand what changes the code made.
@alaaabdelfattah31266 жыл бұрын
Thank you so much pro
@ChiragMM7 жыл бұрын
Very precise
@KamrulIslam-wj1ky5 жыл бұрын
Hello sir, Thanks for nice videos I want to know how to access my json by ip address instead of localhost?
@ashishchaturvedi25756 жыл бұрын
thank you so much sir
@acluantran34135 жыл бұрын
my https was not green !! it's grey ! plz anyone tell me why ?
@Mikola1982Lt7 жыл бұрын
все ссылки биты. скажи перед тем как настраивать код в командной строке нужно привязать сертификат к ip и порту?
@MrRufus3110886 жыл бұрын
указывай свои ссылки и порт. посморти в настройкак проекта в Visual Studio