PowerShell Quick Tips : Invoke-RestMethod vs Invoke-WebRequest (Calling Rest APIs)

Поділитися
Вставка
  • Опубліковано 15 гру 2024

КОМЕНТАРІ • 18

  • @ahmadamir6532
    @ahmadamir6532 2 роки тому +6

    Hey man, your videos helped me a lot in my work. Really appreciate the effort and guidance in navigating these topics

  • @g.ryanpeterson9686
    @g.ryanpeterson9686 4 місяці тому

    Thanks, you explained the difference very well!

  • @cleightthejw2202
    @cleightthejw2202 Рік тому +3

    @Host
    Hello. I'm interested in knowing if those web calls are all done securely or is it potentially unsecure without being specified? So I guess I am asking what the difference/s are between the Powershell usage and using a browser? And I am asking like someone that doesn't know because I don't :)

    • @shadaxgaming
      @shadaxgaming Рік тому +3

      Just like a browser, both commands can send http and https requests where https communicates over SSL/TLS.

  • @ExcellenceExemplar
    @ExcellenceExemplar Рік тому

    Awesome explanation! Thank you!

  • @cheyennecornett2218
    @cheyennecornett2218 Рік тому

    My VS code terminal isn't showing results from API but the same code in my local Powershell does. The VS code PS terminal shows a clickable file path when I run the code.

  • @arunmaheshwaram1234
    @arunmaheshwaram1234 3 місяці тому

    Thanks mate! Good explanation.

  • @DavidRodriguez-vb8uf
    @DavidRodriguez-vb8uf Рік тому

    Nice explanation, thank for sharing

  • @taslimshaikh3906
    @taslimshaikh3906 Рік тому

    How do you put the data in a csv or txt file

  • @Cherish916
    @Cherish916 Рік тому

    How can I retry a invoke web request until I get a status code of 200?

  • @ernestmedina2448
    @ernestmedina2448 10 місяців тому

    Good video but can you explain a post method not sure how to pass the parameters to the API.

  • @multitaskprueba1
    @multitaskprueba1 Рік тому

    Fantastic video! Thank you!

  • @jeffersonhope2668
    @jeffersonhope2668 2 роки тому

    Really helpful! Thank you very much!

  • @JamesBrodski
    @JamesBrodski 10 місяців тому

    Great video! Thanks!

  • @rupeshshinde1038
    @rupeshshinde1038 9 місяців тому

    Hello Jack ! Love from India..your videos are awesome. Need your help regarding api authentication with various tools such appspider and Qualys .if you can show how to authenticate to api using different ways by passing creds in headers / body or using session variable

  • @krishnachavan5719
    @krishnachavan5719 2 роки тому +1

    Great viedo 💯

  • @Che74driver
    @Che74driver Рік тому

    Thanks you a lot!