Michael Reyeros

Results 5 comments of Michael Reyeros

:) You are welcome Frank, absolutely lets do it!

I found the following free ["API"](https://freegeoip.app/) that can possibly be called from within the [UrlRedirect](https://github.com/FBoucher/AzUrlShortener/blob/main/src/shortenerTools/UrlRedirect/UrlRedirect.cs) function to capture the country code/country name based on the IP of the link consumer....

Is there a known work around for this available? I am running into this scenario as well when attempting to add a user token in a delegating handler

I was actually able to get around this in my case by moving the code to append the headers into a service class that utilized the HttpClient implementation that called...

I have a similar question as to how the base path should be setup when a blazor server app is served via an iframe. I currently have a need to...