fabric8-services / fabric8-jenkins-proxy

Apache License 2.0
1 stars 16 forks source link

Change Redirect to Auth from Permanent(301) to Temporary(302 or 307) #249

Closed kishansagathiya closed 6 years ago

kishansagathiya commented 6 years ago

local issue for https://github.com/openshiftio/openshift.io/issues/3392

301 is very problematic, It could create a link instead of directly redirecting.

https://github.com/kishansagathiya/fabric8-jenkins-proxy/blob/master/internal/proxy/proxy.go#L342