I have spent several hours trying to figure out why once I put my instance containing my website behind a load balancer, I keep getting the "Too Many Redirects" error. I have a Windows Server instance behind my load balancer with an SSL certificate on my load balancer. Originally, I had an SSL certificate on my instance because we weren't sure about load balancing yet, and was handling the http -> https redirects on my server with url rewrite. However, now I am getting this error. I have disabled the rewrite rules on my server and yet I'm still getting all my responses with a 307 status. Any help is much appreciated, as I'm almost out of hair to pull out. Also please let me know if you need more information, I just wasn't sure what else to include in the question.
Update
After using Failed Request Tracing, it seems that the module setting the response header to 307 is the "AspNetCoreModuleV2".