Intro To YARP In C# - How To Create a Reverse Proxy

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

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

  • @GaryJohnWalker1
    @GaryJohnWalker1 13 дней назад +4

    This was an especially good video - I was barely aware of YARP but now see it could be very useful in a set of applications at work still being built

  • @kjames460
    @kjames460 12 дней назад +5

    This channel is an endless firehose of c#. I like it.

  • @satyabratamohapatra3397
    @satyabratamohapatra3397 13 дней назад +2

    Thank you Tim. This is amazing.

  • @boblouwe8440
    @boblouwe8440 13 дней назад +1

    Incredibly useful. Thank you.

  • @thecaptine991
    @thecaptine991 4 дня назад

    Amazing thanks Tim

  • @webfax4146
    @webfax4146 10 дней назад

    Would be great to see a full course on this - perhaps how to use YARP to handle B2C authentication for multiple sites so that the sites don't need to - if that is possible?

    • @IAmTimCorey
      @IAmTimCorey  8 дней назад

      That is possible. Please upvote the suggestion on the suggestion site: suggestions.iamtimcorey.com/

  • @bar10dr
    @bar10dr 6 дней назад

    Can you use this with signalr connections as well?

  • @GaryJohnWalker1
    @GaryJohnWalker1 13 дней назад +2

    Can YARP test availability - and do something else if the main onward target is not there?

    • @IAmTimCorey
      @IAmTimCorey  13 дней назад +3

      Yes it can. You can have it use health checks to determine the health of an endpoint and then make decisions based upon that.

  • @granderecruta
    @granderecruta 12 дней назад +1

    My Yarp when redirecting the requests returns error 502 something about ssl certificate. I'm running everything by orchestrated docker. Someone know how can I solve it?

  • @AtikBayraktar
    @AtikBayraktar 12 дней назад

    So they say don't face your .NET core app which uses Kestrel as web server directly to internet (due to some limitations in Kestrel as a security measure, IDK if that's still relevant) and always use a gateway like YARP like in this example as a host and I'm okay with that because YARP is also very capable on top of Kestrel as seen in the video.
    What happens if I want to, lets say, publish a microservices app. along with YARP gateway built with Aspire to Azure Container Apps?
    Does Azure have its own gateway which conflicts with YARP etc? What's the best config. here?

  • @waitingforyou2082
    @waitingforyou2082 13 дней назад +1

    Thanks its great to know this

  • @andywalter7426
    @andywalter7426 12 дней назад

    you mentioned about using it to upgrade to .net 9 in a course? which course? i looked at all your courses and don't see one for upgrading to .net 9.

  • @TheFutura8888
    @TheFutura8888 13 дней назад +1

    Definitely going to try out yarp. I’ve been wanting to create a wetransfer esq way of sharing photos hosted locally with others outside of my network

  • @عروضوهميزات-ل5غ
    @عروضوهميزات-ل5غ 9 дней назад

    If you could create a BFF course it would be great

    • @IAmTimCorey
      @IAmTimCorey  8 дней назад

      Thanks for the suggestion. Please add it to the list on the suggestion site so others can vote on it as well: suggestions.iamtimcorey.com/

  • @Brendan2Alexander
    @Brendan2Alexander 12 дней назад +1

    I ported over to Yarp a few years ago. I was using nginx, which I hated. Yarp is awesome.

  • @shayneguzman
    @shayneguzman 13 дней назад +2

    Brilliant

  • @GabyGrecu
    @GabyGrecu 13 дней назад +1

    MORE!

    • @IAmTimCorey
      @IAmTimCorey  13 дней назад

      😂 So what more do you want to see? Just more options? Used as part of a "real" application?

    • @GabyGrecu
      @GabyGrecu 12 дней назад

      @@IAmTimCorey I enjoy every video you post, so "any" of the content is a bliss. As a developer, for me (and for the others as i see in the comments), knowing the right tool for the right job is key. Hence this lesson was a good opportunity to learn, and now when i think of it, i could have used it in a real life application.

  • @unknown.artist.track3
    @unknown.artist.track3 12 дней назад

    cool