Closed lrstanley closed 2 months ago
We're currently doing http.RedirectHandler("/docs", [...]), which doesn't account for custom paths.
http.RedirectHandler("/docs", [...])
Almost wonder if an HTML response, paired with a javascript/meta redirect would cover all potential bases?
We're currently doing
http.RedirectHandler("/docs", [...])
, which doesn't account for custom paths.Almost wonder if an HTML response, paired with a javascript/meta redirect would cover all potential bases?