@SunilSharma1,
That's the older VBO that ships with the software. The most recent HTTP VBO can be found at the link below:
https://digitalexchange.blueprism.com/dx/entry/3439/solution/utility---httpThe issue you're running into is that, by default, the Authorization header is cleared on any redirect. This is a security measure. In the latest HTTP VBO there is an option to disable following auto-redirects. You may be able to leverage that to address your problem.
In a nutshell you would do everything the way are currently, but you would set the parameter
Allow Auto Redirection to False. When you issue the first HTTP request, you should receive a 3xx HTTP response (ex. 307). You would then issue another HTTP request with the same credentials (i.e. Authorization header) that you had on the initial request to the redirected URL which should be included in the Response headers from the initial request.
Cheers,
------------------------------
Eric Wilson
Director, Integrations and Enablement
Blue Prism Digital Exchange
------------------------------