Http Methods

Поделиться
HTML-код
  • Опубликовано: 2 окт 2024

Комментарии • 157

  • @anandkrishvvenkat5644
    @anandkrishvvenkat5644 2 года назад +12

    Wow!!!! What a great explanation, Sir!!!! As simplified as it can be!!

  • @zinaright
    @zinaright 4 года назад +12

    Been using Post both for post and Put 😂

  • @sumedhvichare1388
    @sumedhvichare1388 4 года назад +5

    Hello Sir,your explanation is always on point,great video!!

  • @neeladevices2121
    @neeladevices2121 5 лет назад

    Wow!! Great explaination!! N this http based question will be asked for nearly 8 to 10 marks.... In my upcoming computer networking exam.... Tq...

  • @arpitgupta8206
    @arpitgupta8206 3 года назад +8

    what an explanation....when ever I get confused I always prefer your tutorials

  • @muhammadumer212
    @muhammadumer212 3 года назад +2

    Do you know how Awesome you are? Loved the explanation!
    Request: Please make tutorials on JavaScript advance concepts(callbackHell(), promises() etc.)

  • @Modernchitragupt
    @Modernchitragupt 4 года назад +6

    one of the finest explanation ever got

  • @agentNirmites
    @agentNirmites 5 лет назад +3

    Please, help me out.
    I want to know, how @nickatnyte records his clash royale videos for RUclips...
    Which software he uses and what else....

  • @mrpaasha
    @mrpaasha 3 года назад +2

    Worthy for watching this. Helpfull , understandable

  • @goldie12577
    @goldie12577 2 года назад

    Wow, very clear explanation. Other tutors made it look like rocket science

  • @j.g.8860
    @j.g.8860 2 года назад

    the comments here are like a blast of great Amazon reviews. And you can tell by the sir. I appreciate the video. Would not be able to follow along without the animated text though.

  • @agentNirmites
    @agentNirmites 5 лет назад +1

    Suggest any book to learn Java from very beginning, I mean learn so basic concepts...

  • @radhikasingh7477
    @radhikasingh7477 5 лет назад +2

    awesome explanation..!! i have been searching for this kind of answer from a long time, but with your explanation the search has ended

  • @sciab3674
    @sciab3674 Год назад

    thanks I read a few articles about http method, I dont really understand idempotent , PUT POST are different http method, but its really up to the restful code who make its idempotent? let's say HTTP Post is to CREATE, but backend code can check whether the record exists or not then do create or update accordingly? PUT is to update, backend code can create a new record in Database and keep creating new one each PUT request received?

  • @GDNetworkingNewbie
    @GDNetworkingNewbie 4 года назад

    I have tried, network engineer perspective

  • @tymothylim6550
    @tymothylim6550 3 года назад +2

    Thank you very much for this video! It was very clear and I learnt a lot :)

  • @sanjaykala6415
    @sanjaykala6415 4 года назад

    A very important concept.Very well explained thanks.

  • @nikiteshnandale8264
    @nikiteshnandale8264 Год назад +1

    You exposed all the basics of HTTP Methods in 5.5 minutes, it requires great clarity of concepts to do this and you did it. Thank you so much

  • @avigohan
    @avigohan 4 года назад +3

    Thank you REDDY, nice explaination.

  • @dittox2us300
    @dittox2us300 4 года назад +4

    Great simple explanation of put versus post!

  • @shafnisha1171
    @shafnisha1171 Год назад +1

    my favorite tutor always!!!

  • @sgaikwad6478
    @sgaikwad6478 2 месяца назад

    Good video....would have been better if patch was covered as it is asked in interviews

  • @milanmilosevic8365
    @milanmilosevic8365 3 года назад

    I am young java junior developer with no experience, and I am looking for a non paid intership. Let me know is there any company which is looking for interns.

  • @freethinkermusic
    @freethinkermusic 4 года назад +2

    Thanks man! Your approach is very clear to understand.

  • @saira18926
    @saira18926 2 года назад

    thanks for the video. But why so many jump shots, i cant help but get a bit distracted with it.

  • @findmeifucan2719
    @findmeifucan2719 3 года назад +1

    Super bro ,chala Baga explain chesav 🤝

  • @kasmitharam982
    @kasmitharam982 3 года назад

    Such clear explanation. Thank you so much!!!!

  • @dhamodaranvk7180
    @dhamodaranvk7180 5 лет назад +1

    i love your way of explanation...i wonder about you... you are my roll model sir....

  • @shrutigoyal600
    @shrutigoyal600 5 лет назад +1

    Thank you for clarifying my year old doubt.

  • @Soumi403
    @Soumi403 Год назад

    Hi bro,
    I want to know why http sent as initial request if it is not secure also.?
    Why not initial request sent as https..?
    Please bro reply to this I have a work based on this topic please help me.

  • @saaho_srikanth_07
    @saaho_srikanth_07 3 года назад

    PUT the server to store a web page
    POST means updating the web page

  • @RajanSingh-ft6ok
    @RajanSingh-ft6ok 5 лет назад +1

    Sir provide one example of working with REST

  • @uniquegirl1205
    @uniquegirl1205 4 месяца назад

    tq sir ....clean and clear explenation sir.....

  • @undercrackers56
    @undercrackers56 2 года назад

    Of course, when these terms were being created, more thoughtful nomenclature would have avoided wasted hours of confusion. Great explanation though. Thank you.

  • @atheistbro12591
    @atheistbro12591 3 года назад

    Taklu1, bald2, skinny bald3, shinny taklu4🤗

  • @pranjalgupta9427
    @pranjalgupta9427 3 года назад +1

    Nice sir 👍👏😊

  • @productivitytools6834
    @productivitytools6834 5 лет назад +1

    HI Naveen, can you please explain PATCH and Difference between PUT and PATCH

  • @programmingwithnit5308
    @programmingwithnit5308 Год назад

    Thank you.

  • @TimBee100
    @TimBee100 5 лет назад +1

    What if you are updating a resource by adding 10 to a value. Is that a POST or a PUT because it will update a resource but is not idempotent.

    • @RenuRawat
      @RenuRawat 5 лет назад +1

      If it will update the resource, without even giving a second thought it should be PUT not POST.
      Use POST when: You are creating a new resource
      Use POST when- You are going to update the complete resource (notice, I have used complete resource, again if you are going to update every information of a record/resource use PUT, if you want to partially update meaning only the marks of a student it should be PATCH).
      I hope it makes sense

    • @TimBee100
      @TimBee100 5 лет назад +1

      @@RenuRawat - I think you are missing my point. If you are updating a resource with someone's new email address, then yes, I see why you would use a PUT. But if you are updating someone's bank balance by $10, then it is not idempotent because you could end up updating the bank balance by $20 or $30 if you resubmit the request 2 or 3 times.
      Don't you want the browser to warn the person that the transaction has already been submitted?

  • @prakharagarwal4933
    @prakharagarwal4933 3 года назад

    sir please make a course on computer networking ...idk how but your 2 min on client server worth more than 2 hours of my googling

  • @muzaffarsyed
    @muzaffarsyed 3 года назад

    I dont agree with "Post" being idempotent... If we are sending "post" and it is creating a record everytime then I guess validation is not rightly placed in the code.

  • @timid-techie
    @timid-techie Месяц назад

    This is very clear now

  • @PeaceUrSoul
    @PeaceUrSoul 4 года назад

    Can't i achieve GET command work using POST command?

  • @sayantaniguha8519
    @sayantaniguha8519 3 года назад

    Why is PUT unsafe?
    We are updating that data only for ourself, not for every user in that accesses those files in the server, right ?

  • @nicetomeetugaming7024
    @nicetomeetugaming7024 2 года назад

    Amazing video sir!

  • @krishnapadala
    @krishnapadala 3 года назад

    POST is not unsafe method..

  • @mohsinahmad3933
    @mohsinahmad3933 4 года назад

    post is non idempotent and put is idempotent

  • @fortoday04
    @fortoday04 3 года назад

    Why are you talking about aliens hahaha

  • @VihaMarvel
    @VihaMarvel 4 года назад

    Explanation good, but please try slowly to explain the content clearly

  • @loveafinni
    @loveafinni 6 месяцев назад

    Thank you! This greatly clarified y confusion about PUT and POST in a very comprehensive way.

  • @snxxt23_
    @snxxt23_ Год назад

    you're the man!!! new sub here

  • @subrotomukherjee8571
    @subrotomukherjee8571 2 года назад

    This is the part of which playlist ?

  • @anubhavsingh2016
    @anubhavsingh2016 2 года назад

    How post is unsafe and get is safe

  • @kurimillaprashanth3307
    @kurimillaprashanth3307 2 года назад

    superb explanation sir

  • @sandeepgupta7140
    @sandeepgupta7140 5 лет назад

    PUT and POST , using both we can create and update records. Can you please elaborate in detail that when exactly to use which one.?

  • @ankitarajpoot3585
    @ankitarajpoot3585 3 года назад

    Thank you so much sir

  • @SantoshYadav-mg9eo
    @SantoshYadav-mg9eo 3 года назад

    Well had a confusion on these things..But now i have clear view on these... Thanks

  • @sahanshehara7748
    @sahanshehara7748 2 года назад

    Superb sirrrrr❤️❤️❤️❤️

  • @AllInOne-dw3oh
    @AllInOne-dw3oh Год назад

    helpful video to understand all method very easily

  • @JAllen-tx3di
    @JAllen-tx3di 3 года назад

    I'm subscribing because I like how you explained this. I'm grateful.

  • @amallohith4086
    @amallohith4086 3 года назад

    Thanks Navin..!! you're the best!

  • @atharvatribhuwane2294
    @atharvatribhuwane2294 3 года назад

    nicely explained

  • @vijayrao10
    @vijayrao10 3 года назад

    Java brain copy

  • @lakshmisravani4959
    @lakshmisravani4959 3 года назад +1

    Your videos and examples really help alot. Great explanations

  • @amchivlogs
    @amchivlogs 5 лет назад

    Hi navin....good video about http methods...but you did not covered http.update which is also used nowadays

  • @dhaneshprabhu72
    @dhaneshprabhu72 3 года назад

    It's really informative and I am.happy to see you to use your native language Telugu to name your channel

  • @mohemmedahmed7478
    @mohemmedahmed7478 3 года назад

    realy AM enjoy

  • @charankumar3734
    @charankumar3734 4 года назад

    Gud explanation sir..explain abt various http status code

  • @ashawcs6198
    @ashawcs6198 2 года назад

    👌...very helpful video sir...

  • @imranwahid9871
    @imranwahid9871 3 года назад

    Thanks, Reddy. Nice explanation.

  • @khairulchowdhury7520
    @khairulchowdhury7520 3 года назад

    Thank you

  • @atheistbro12591
    @atheistbro12591 3 года назад

    Taklu1 taklu2 taklu3 taklu4

  • @AkumaNoKuma
    @AkumaNoKuma 2 года назад

    thanks

  • @MrArun1432
    @MrArun1432 2 года назад

    Thank u

  • @r.k.b2055
    @r.k.b2055 5 лет назад

    Thank you so much sir.this will help me to hack your e-mail account and also your youtube channel.😈

  • @rizwanpathan6512
    @rizwanpathan6512 4 года назад

    i have watch your video yesterday i dint understand a lot but today once again i watch your video and i understand whole thing easily
    great explanation in easy not too much confusing

  • @rameshchowdarykonka5551
    @rameshchowdarykonka5551 5 лет назад

    Sir,Please make a video on how to explain project architecture ..for interview purpose.....for Exp...People...

  • @pragthiyumnan6609
    @pragthiyumnan6609 Год назад

    excellent explanation sir 🤩

  • @sahilchamp
    @sahilchamp 4 года назад

    Can you help in explaining PATCH too?

  • @YVRstudio
    @YVRstudio 2 года назад

    taklu

  • @AnshCollections
    @AnshCollections 5 лет назад

    Please make video on operating systems and design patterns

  • @II_xD_II
    @II_xD_II 5 лет назад +1

    sir just Respect you :)

  • @mohammedminhaj250
    @mohammedminhaj250 8 месяцев назад

    its very clear sir, thank you
    then what is patch??

  • @غديالقحطاني-ظ2غ
    @غديالقحطاني-ظ2غ 2 года назад

    👌👌👌👌👌👌👌👌✅

  • @eysikal
    @eysikal 4 года назад

    Did this guy call me an alien?

  • @maruthisaikumar4090
    @maruthisaikumar4090 4 года назад

    Bro Make a video on GraphQL

  • @preethimaccha6273
    @preethimaccha6273 3 года назад

    Nice explanation.tq

  • @veil43
    @veil43 2 года назад

    Bang on and in just 5 minutes. Thanks

  • @inovexatechnologies9687
    @inovexatechnologies9687 4 года назад

    Wow just 5 min but Chrystal clear!

  • @viki_sky007
    @viki_sky007 5 лет назад

    sir kindly correct GET is also Idempotent

  • @mriganksuryavanshi6247
    @mriganksuryavanshi6247 3 года назад

    👍👍

  • @Rav1707
    @Rav1707 3 года назад

    superb Explanation

  • @tannubajpai4782
    @tannubajpai4782 4 года назад

    You lecture are awesome please upload the detail of Rest method.
    Your explaination are really mind blowing

  • @vainayak30
    @vainayak30 5 лет назад

    can you please make video on request module and json module

  • @venkateshmarneni385
    @venkateshmarneni385 3 года назад

    Best video I had ever seen regarding this topic

  • @kofi-tawiahagyeman
    @kofi-tawiahagyeman Год назад

    You are the best!!!!

  • @thenano098
    @thenano098 2 года назад

    Awesome explanation

  • @anirbanmukherjee634
    @anirbanmukherjee634 2 года назад

    This is just outstanding.

  • @sachinsuryawanshi9998
    @sachinsuryawanshi9998 3 года назад

    Extremely good

  • @gyangaha109
    @gyangaha109 3 года назад

    you made it crystal clear
    thanks