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

Поделиться
HTML-код
  • Опубликовано: 19 ноя 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 3 месяца назад

    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 11 месяцев назад

    Awesome explanation! Thank you!

  • @arunmaheshwaram1234
    @arunmaheshwaram1234 3 месяца назад

    Thanks mate! Good explanation.

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

    Fantastic video! Thank you!

  • @DavidRodriguez-vb8uf
    @DavidRodriguez-vb8uf Год назад

    Nice explanation, thank for sharing

  • @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.

  • @ernestmedina2448
    @ernestmedina2448 9 месяцев назад

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

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

    Really helpful! Thank you very much!

  • @JamesBrodski
    @JamesBrodski 9 месяцев назад

    Great video! Thanks!

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

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

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

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

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

    Thanks you a lot!

  • @krishnachavan5719
    @krishnachavan5719 2 года назад +1

    Great viedo 💯

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

    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