mirror of
https://github.com/google/nomulus
synced 2026-01-08 23:23:32 +00:00
Load balancer / internal redirections can result in the final request URL lacking "https" when finally getting to the servlet. As a result, even if you use https in the request, the resulting URL can be plain http. We need to include the actual (HTTPS) URL in the output, so replace it.