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

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

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

  • @ahmadamir6532
    @ahmadamir6532 Год назад +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 2 месяца назад

    Thanks, you explained the difference very well!

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

    Thanks mate! Good explanation.

  • @ExcellenceExemplar
    @ExcellenceExemplar 10 месяцев назад

    Awesome explanation! Thank you!

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

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

    Nice explanation, thank for sharing

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

    Fantastic video! Thank you!

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

    Really helpful! Thank you very much!

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

    Great video! Thanks!

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

    Great viedo 💯

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

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

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

    Thanks you a lot!

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

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

    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

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