<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic RE: BP 6.10 - HTTP Request - Follow Authorization Header in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/BP-6-10-HTTP-Request-Follow-Authorization-Header/m-p/46201#M2252</link>
    <description>&lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/34241"&gt;@SunilSharma1&lt;/a&gt;,&lt;BR /&gt;&lt;BR /&gt;That's the older VBO that ships with the software. The most recent HTTP VBO can be found at the link below:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://digitalexchange.blueprism.com/dx/entry/3439/solution/utility---http" target="_blank" rel="noopener"&gt;https://digitalexchange.blueprism.com/dx/entry/3439/solution/utility---http&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;The 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. &lt;BR /&gt;&lt;BR /&gt;In a nutshell you would do everything the way​ are currently, but you would set the parameter &lt;STRONG&gt;Allow Auto Redirection&lt;/STRONG&gt; 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.&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Eric Wilson&lt;BR /&gt;Director, Integrations and Enablement&lt;BR /&gt;Blue Prism Digital Exchange&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
    <pubDate>Tue, 19 Jul 2022 15:10:00 GMT</pubDate>
    <dc:creator>ewilson</dc:creator>
    <dc:date>2022-07-19T15:10:00Z</dc:date>
    <item>
      <title>BP 6.10 - HTTP Request - Follow Authorization Header</title>
      <link>https://community.blueprism.com/t5/Product-Forum/BP-6-10-HTTP-Request-Follow-Authorization-Header/m-p/46198#M2249</link>
      <description>Hello fellow members,&lt;BR /&gt;&lt;BR /&gt;i am currently working on a project where i need to send API request. I am able to connect using postman and i tried replicate same settings on HTTP VBO. However there is one unique setting "Follow Authorization Header" which needs to be enabled, as server is using AD info to authenticate in the backend. I am wondering how can i pass this value from HTTP VBO?&lt;BR /&gt;&lt;BR /&gt;I tried passing it in the header as "FollowAuthorizationHeader: True". It did not work.&lt;BR /&gt;&lt;BR /&gt;Thank you in advance,&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Sunil Sharma&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Tue, 19 Jul 2022 13:10:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/BP-6-10-HTTP-Request-Follow-Authorization-Header/m-p/46198#M2249</guid>
      <dc:creator>SunilSharma1</dc:creator>
      <dc:date>2022-07-19T13:10:00Z</dc:date>
    </item>
    <item>
      <title>RE: BP 6.10 - HTTP Request - Follow Authorization Header</title>
      <link>https://community.blueprism.com/t5/Product-Forum/BP-6-10-HTTP-Request-Follow-Authorization-Header/m-p/46199#M2250</link>
      <description>Hello &lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/34241"&gt;@SunilSharma1&lt;/a&gt;,&lt;BR /&gt;&lt;BR /&gt;The setting &lt;STRONG&gt;Follow Authorization header&lt;/STRONG&gt; in Postman is not an HTTP header value.​ In other words there is no such thing as an HTTP header called FollowAuthorizationHeader. What that setting does is instruct Postman to send the existing Authorization header, from the initial request, along with the next request if it has been redirected by the server to another URL. This is usually in response to a HTTP 3xx code (ex. 307).&lt;BR /&gt;&lt;BR /&gt;Are you using the latest version of the &lt;STRONG&gt;Utility - HTTP&lt;/STRONG&gt; VBO available on the DX, or are you using the version of the VBO that ships with the software?&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Eric Wilson&lt;BR /&gt;Director, Integrations and Enablement&lt;BR /&gt;Blue Prism Digital Exchange&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Tue, 19 Jul 2022 14:35:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/BP-6-10-HTTP-Request-Follow-Authorization-Header/m-p/46199#M2250</guid>
      <dc:creator>ewilson</dc:creator>
      <dc:date>2022-07-19T14:35:00Z</dc:date>
    </item>
    <item>
      <title>RE: BP 6.10 - HTTP Request - Follow Authorization Header</title>
      <link>https://community.blueprism.com/t5/Product-Forum/BP-6-10-HTTP-Request-Follow-Authorization-Header/m-p/46200#M2251</link>
      <description>Hello &lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/833"&gt;@ewilson&lt;/a&gt;&lt;BR /&gt;&lt;BR /&gt;Thank you for your response. You are right, that setting enables api server to send authorization header to different host if needed​. In our organization common objects are managed and controlled by COE. I am not sure which version of VBO is uploaded. I have added screen shot for your reference.&lt;BR /&gt;&lt;BR /&gt;I am trying to find out if this flag could be enabled from the HTTP VBO itself.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Sunil Sharma&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Tue, 19 Jul 2022 14:42:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/BP-6-10-HTTP-Request-Follow-Authorization-Header/m-p/46200#M2251</guid>
      <dc:creator>SunilSharma1</dc:creator>
      <dc:date>2022-07-19T14:42:00Z</dc:date>
    </item>
    <item>
      <title>RE: BP 6.10 - HTTP Request - Follow Authorization Header</title>
      <link>https://community.blueprism.com/t5/Product-Forum/BP-6-10-HTTP-Request-Follow-Authorization-Header/m-p/46201#M2252</link>
      <description>&lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/34241"&gt;@SunilSharma1&lt;/a&gt;,&lt;BR /&gt;&lt;BR /&gt;That's the older VBO that ships with the software. The most recent HTTP VBO can be found at the link below:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://digitalexchange.blueprism.com/dx/entry/3439/solution/utility---http" target="_blank" rel="noopener"&gt;https://digitalexchange.blueprism.com/dx/entry/3439/solution/utility---http&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;The 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. &lt;BR /&gt;&lt;BR /&gt;In a nutshell you would do everything the way​ are currently, but you would set the parameter &lt;STRONG&gt;Allow Auto Redirection&lt;/STRONG&gt; 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.&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Eric Wilson&lt;BR /&gt;Director, Integrations and Enablement&lt;BR /&gt;Blue Prism Digital Exchange&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Tue, 19 Jul 2022 15:10:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/BP-6-10-HTTP-Request-Follow-Authorization-Header/m-p/46201#M2252</guid>
      <dc:creator>ewilson</dc:creator>
      <dc:date>2022-07-19T15:10:00Z</dc:date>
    </item>
  </channel>
</rss>

