fix download b2i file error
Created by: minghaoye
/kind bug
What this PR does / why we need it:
we used followRedirects
options in http-proxy at initial, but it cant set headers(backend need to remove auth header after redirect) after getting redirect url, so this pr write a special proxy to set headers between redirecting
Which issue(s) this PR fixes: