In .NET Aspire 9 and earlier versions, resource endpoints can only use localhost in run mode. This can cause issues if you use custom domains for local development. This feature has been requested in GitHub issue #5508 and #4319, but it’s currently unknown whether it will be implemented. After removing the limitations of HTTPS and the use of custom domains with containers in local development, we will now tackle this missing piece of the puzzle. While awaiting an official solution, here is ...