mirror of
https://github.com/google/nomulus
synced 2026-02-06 21:11:34 +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.