<?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: RE: Not able to convert x-www-form-urlencoded (Postman) to WebApi in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/Not-able-to-convert-x-www-form-urlencoded-Postman-to-WebApi/m-p/121006#M53313</link>
    <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="VijayA_0-1749798173329.png" style="width: 400px;"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/41054i7B4EB8DB22669D76/image-size/medium/is-moderation-mode/true?v=v2&amp;amp;px=400" role="button" title="VijayA_0-1749798173329.png" alt="VijayA_0-1749798173329.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 13 Jun 2025 07:03:09 GMT</pubDate>
    <dc:creator>Vijay.A</dc:creator>
    <dc:date>2025-06-13T07:03:09Z</dc:date>
    <item>
      <title>Not able to convert x-www-form-urlencoded (Postman) to WebApi</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Not-able-to-convert-x-www-form-urlencoded-Postman-to-WebApi/m-p/60709#M14125</link>
      <description>Hi, anyone who knows how to "convert" my Postman POST command to BP Web api format?&lt;BR /&gt;&lt;BR /&gt;In Postman, the keys are in Body as x-www-form-urlencoded.&lt;BR /&gt;&lt;BR /&gt;Converted to CURL (it looks like this):&lt;BR /&gt;
&lt;DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;curl&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;--&lt;/SPAN&gt;&lt;SPAN&gt;location&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;--&lt;/SPAN&gt;&lt;SPAN&gt;request&amp;nbsp;POST&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;'https://xxxx'&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;\&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;--&lt;/SPAN&gt;&lt;SPAN&gt;header&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;'Content-Type:&amp;nbsp;application/x-www-form-urlencoded'&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;\&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;--&lt;/SPAN&gt;&lt;SPAN&gt;data-urlencode&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;'grant_type=xxx'&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;\&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;--&lt;/SPAN&gt;&lt;SPAN&gt;data-urlencode&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;'scope=xxx'&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;\&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;--&lt;/SPAN&gt;&lt;SPAN&gt;data-urlencode&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;'username=xxx'&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;\&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;BR /&gt;In BP Web api \ Request\ Body content \ Template, I have tried both format 'key1=[value1]'&amp;amp;'key2=[value2]' and JSON format like { "key1": "[value1]", "key2": "[value2]"} (Content-Type= application/x-www-form-urlencoded and application/json).&lt;BR /&gt;&lt;BR /&gt;Both elternatives return HTTP 400 error (which is syntax error, I quess).&lt;BR /&gt;&lt;BR /&gt;&lt;/DIV&gt;
&lt;/DIV&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Ruben Gjelsten&lt;BR /&gt;Senior Analyst Service Management&lt;BR /&gt;SSV IIC RPA&lt;BR /&gt;Europe/London&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Thu, 03 Dec 2020 12:24:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Not-able-to-convert-x-www-form-urlencoded-Postman-to-WebApi/m-p/60709#M14125</guid>
      <dc:creator>Rufus</dc:creator>
      <dc:date>2020-12-03T12:24:00Z</dc:date>
    </item>
    <item>
      <title>RE: Not able to convert x-www-form-urlencoded (Postman) to WebApi</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Not-able-to-convert-x-www-form-urlencoded-Postman-to-WebApi/m-p/60710#M14126</link>
      <description>Hi Ruben,&lt;BR /&gt;&lt;BR /&gt;You can add the parameters in the URL path like &lt;SPAN&gt;https://xxxx/?key1=[value1]&amp;amp;key2=[value2] with Body Content set to None.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Shashank Kumar&lt;BR /&gt;DX Integrations Partner Consultant&lt;BR /&gt;Blue Prism&lt;BR /&gt;Singapore&lt;BR /&gt;+6581326707&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Thu, 03 Dec 2020 14:14:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Not-able-to-convert-x-www-form-urlencoded-Postman-to-WebApi/m-p/60710#M14126</guid>
      <dc:creator>shashank.kumar280</dc:creator>
      <dc:date>2020-12-03T14:14:00Z</dc:date>
    </item>
    <item>
      <title>RE: Not able to convert x-www-form-urlencoded (Postman) to WebApi</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Not-able-to-convert-x-www-form-urlencoded-Postman-to-WebApi/m-p/60711#M14127</link>
      <description>I have the same question as Ruben. I tried the solution that Shashank recommended, but that did not work either. I get a 404 Not Found message returned: "No resources match requested URI"&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Jenna Jentges&lt;BR /&gt;Financial Analyst&lt;BR /&gt;CUNA Mutual Group&lt;BR /&gt;America/Chicago&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Mon, 15 Mar 2021 21:22:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Not-able-to-convert-x-www-form-urlencoded-Postman-to-WebApi/m-p/60711#M14127</guid>
      <dc:creator>jdx0751</dc:creator>
      <dc:date>2021-03-15T21:22:00Z</dc:date>
    </item>
    <item>
      <title>RE: Not able to convert x-www-form-urlencoded (Postman) to WebApi</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Not-able-to-convert-x-www-form-urlencoded-Postman-to-WebApi/m-p/60712#M14128</link>
      <description>You can create a body template and place the parameters in the body in a similar format to how you'd define them as query parameters. This is how your making an HTTP POST. Here's a body template example:&lt;BR /&gt;&lt;BR /&gt;grant_type=[Grant Type]&amp;amp;client_id=[Consumer Key]&amp;amp;client_secret=[Consumer Secret]&amp;amp;username=[Username]&amp;amp;password=[Password]&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Eric Wilson&lt;BR /&gt;Director, Partner Integrations for Digital Exchange&lt;BR /&gt;Blue Prism&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Mon, 15 Mar 2021 22:25:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Not-able-to-convert-x-www-form-urlencoded-Postman-to-WebApi/m-p/60712#M14128</guid>
      <dc:creator>ewilson</dc:creator>
      <dc:date>2021-03-15T22:25:00Z</dc:date>
    </item>
    <item>
      <title>RE: Not able to convert x-www-form-urlencoded (Postman) to WebApi</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Not-able-to-convert-x-www-form-urlencoded-Postman-to-WebApi/m-p/60713#M14129</link>
      <description>Hi Ruben,&lt;BR /&gt;&lt;BR /&gt;As well as what Eric has mentioned you should also make sure that the header is set in either each action or in the API service such as below.&lt;span class="lia-inline-image-display-wrapper" image-alt="30552.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/30683iA91E0E9BD47E412B/image-size/large?v=v2&amp;amp;px=999" role="button" title="30552.png" alt="30552.png" /&gt;&lt;/span&gt;If this doesn't work then you should look to select the "Enable Request Data Output Parameter" tick box under the action so you can see what you are sending and match it to the postman output.&lt;BR /&gt;&lt;BR /&gt;Hope this helps&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Ronan Considine&lt;BR /&gt;Blue Prism&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Wed, 17 Mar 2021 11:54:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Not-able-to-convert-x-www-form-urlencoded-Postman-to-WebApi/m-p/60713#M14129</guid>
      <dc:creator>RonanConsidine</dc:creator>
      <dc:date>2021-03-17T11:54:00Z</dc:date>
    </item>
    <item>
      <title>RE: Not able to convert x-www-form-urlencoded (Postman) to WebApi</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Not-able-to-convert-x-www-form-urlencoded-Postman-to-WebApi/m-p/60714#M14130</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I am facing an interesting issue with a POST to get the access token to interact with Sharepoint list. The call is currently working in Postman but not in BP webservices.&lt;BR /&gt;&lt;BR /&gt;The error I am getting is as follows:&lt;BR /&gt;--------------------------------------------------&lt;BR /&gt;HTTP Status Code: 400&lt;BR /&gt;HTTP Response Content: {"error":"invalid_request","error_description":"AADSTS900144: The request body must contain the following parameter: 'grant_type'.......&lt;BR /&gt;-------------------------------------------------&lt;BR /&gt;&lt;BR /&gt;The URL I am using is = &lt;SPAN&gt;https://accounts.accesscontrol.windows.net/[TID]/tokens/OAuth/2 &lt;BR /&gt;&lt;BR /&gt;Body (Template): &lt;BR /&gt;{&lt;BR /&gt;"grant_type": "client_credentials",&lt;BR /&gt;"client_id": "[XXXXX]",&lt;BR /&gt;"client_secret": "[XXXXX]",&lt;BR /&gt;"resource": "00000003-0000-0ff1-ce00-000000000000/[XXXXX.com]@[XXXXX]"&lt;BR /&gt;}&lt;BR /&gt;&lt;BR /&gt;Header:&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="30554.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/30682iB2EEAA7AF8031688/image-size/large?v=v2&amp;amp;px=999" role="button" title="30554.png" alt="30554.png" /&gt;&lt;/span&gt;&lt;BR /&gt;Every time I run this it fails with the error above but it works perfectly in postman. Are you in a good position to support me with this?&lt;BR /&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Kapeteni Polutea&lt;BR /&gt;Technical Consultant&lt;BR /&gt;EY&lt;BR /&gt;Australia/Sydney&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Tue, 08 Feb 2022 10:52:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Not-able-to-convert-x-www-form-urlencoded-Postman-to-WebApi/m-p/60714#M14130</guid>
      <dc:creator>KapeteniPolutea</dc:creator>
      <dc:date>2022-02-08T10:52:00Z</dc:date>
    </item>
    <item>
      <title>RE: Not able to convert x-www-form-urlencoded (Postman) to WebApi</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Not-able-to-convert-x-www-form-urlencoded-Postman-to-WebApi/m-p/60715#M14131</link>
      <description>Hi &lt;SPAN&gt;Kapeteni,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;The body template should be in this format&lt;BR /&gt;&lt;BR /&gt;grant_type=[client_credentials]&amp;amp;client_id=[XXXXX]&amp;amp;client_secret=[XXXXX]&amp;amp;resource=00000003-0000-0ff1-ce00-000000000000/[XXXXX.com]@[XXXXX]&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Shashank Kumar&lt;BR /&gt;DX Integrations Partner Consultant&lt;BR /&gt;Blue Prism&lt;BR /&gt;Singapore&lt;BR /&gt;+6581326707&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Tue, 08 Feb 2022 11:01:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Not-able-to-convert-x-www-form-urlencoded-Postman-to-WebApi/m-p/60715#M14131</guid>
      <dc:creator>shashank.kumar280</dc:creator>
      <dc:date>2022-02-08T11:01:00Z</dc:date>
    </item>
    <item>
      <title>RE: Not able to convert x-www-form-urlencoded (Postman) to WebApi</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Not-able-to-convert-x-www-form-urlencoded-Postman-to-WebApi/m-p/60716#M14132</link>
      <description>Hi Kapeteni,&lt;BR /&gt;&lt;BR /&gt;www form urlencoded uses a slightly different language which Postman converts between however BluePrism does not.&lt;BR /&gt;&lt;BR /&gt;What you will need to do it to convert your body from JSON into this new format as Shashank has detailed. Postman allows you to select between JSON and raw text but BluePrism will automatically convert this so you just need to put the text with appropriate values but without quotation marks&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Ronan Considine &lt;BR /&gt;Business Automation Lead&lt;BR /&gt;Blue Prism&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Tue, 08 Feb 2022 11:11:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Not-able-to-convert-x-www-form-urlencoded-Postman-to-WebApi/m-p/60716#M14132</guid>
      <dc:creator>RonanConsidine</dc:creator>
      <dc:date>2022-02-08T11:11:00Z</dc:date>
    </item>
    <item>
      <title>RE: Not able to convert x-www-form-urlencoded (Postman) to WebApi</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Not-able-to-convert-x-www-form-urlencoded-Postman-to-WebApi/m-p/60717#M14133</link>
      <description>​&lt;A id="MainCopy_ctl11_ucMessageList_rptMessageList_ProfileImageDisplay_5_NameLink_5" biobubblekey="7bde0acb-42bb-44fe-af31-917a3dcec2c1" href="https://community.blueprism.com/people/shashank-kumar1" target="_blank" rel="noopener"&gt;Shashank Kumar&lt;/A&gt; and &lt;A id="MainCopy_ctl11_ucMessageList_rptMessageList_ProfileImageDisplay_6_NameLink_6" biobubblekey="61ddf01f-fc4c-43ff-b4c3-aebe183c65cf" href="https://community.blueprism.com/people/ronan-considine1" target="_blank" rel="noopener"&gt;Ronan Considine&lt;/A&gt; - Thank you both for your support. This is now working for me.&lt;BR /&gt;&lt;BR /&gt;Appreciate this community &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Kapeteni Polutea&lt;BR /&gt;Technical Consultant&lt;BR /&gt;EY&lt;BR /&gt;Australia/Sydney&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Tue, 08 Feb 2022 11:44:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Not-able-to-convert-x-www-form-urlencoded-Postman-to-WebApi/m-p/60717#M14133</guid>
      <dc:creator>KapeteniPolutea</dc:creator>
      <dc:date>2022-02-08T11:44:00Z</dc:date>
    </item>
    <item>
      <title>RE: Not able to convert x-www-form-urlencoded (Postman) to WebApi</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Not-able-to-convert-x-www-form-urlencoded-Postman-to-WebApi/m-p/60718#M14134</link>
      <description>Hi Ronan,&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;I have a similar problem but I cannot solve it with what you have proposed, I have my request in postman and it works as expected:&lt;BR /&gt;
&lt;DIV class="media" style="overflow: hidden; zoom: 1;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="30559.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/30688i379BFDDF281D1320/image-size/large?v=v2&amp;amp;px=999" role="button" title="30559.png" alt="30559.png" /&gt;&lt;/span&gt;
&lt;DIV class="media" style="overflow: hidden; zoom: 1;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="30560.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/30690i641E041FA30E949E/image-size/large?v=v2&amp;amp;px=999" role="button" title="30560.png" alt="30560.png" /&gt;&lt;/span&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;DIV class="media" style="overflow: hidden; zoom: 1;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="30561.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/30689i0F7C42F84705000E/image-size/large?v=v2&amp;amp;px=999" role="button" title="30561.png" alt="30561.png" /&gt;&lt;/span&gt;
&lt;DIV class="media" style="overflow: hidden; zoom: 1;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="30562.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/30691i2EF9E16039411F04/image-size/large?v=v2&amp;amp;px=999" role="button" title="30562.png" alt="30562.png" /&gt;&lt;/span&gt;
&lt;DIV class="media" style="overflow: hidden; zoom: 1;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="30563.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/30692iA753B787E442FD7F/image-size/large?v=v2&amp;amp;px=999" role="button" title="30563.png" alt="30563.png" /&gt;&lt;/span&gt;
&lt;DIV class="media" style="overflow: hidden; zoom: 1;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="30564.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/30693iC0CBB6FADED4BA55/image-size/large?v=v2&amp;amp;px=999" role="button" title="30564.png" alt="30564.png" /&gt;&lt;/span&gt;&lt;BR /&gt;I am receiving "Internal : Unexpected error Error during Web API HTTP Request&lt;BR /&gt;HTTP Status Code: 400&lt;BR /&gt;HTTP Response Content: Bad Request"&lt;BR /&gt;&lt;BR /&gt;I am not sure if my problem is related with the Authorization or with the Body itself. Do you know what could be wrong? It would be very helpful if you could give me a hand,&lt;BR /&gt;&lt;BR /&gt;Thank you in advance.&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Jesus Jordan&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Wed, 09 Feb 2022 16:44:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Not-able-to-convert-x-www-form-urlencoded-Postman-to-WebApi/m-p/60718#M14134</guid>
      <dc:creator>JesusJordan1</dc:creator>
      <dc:date>2022-02-09T16:44:00Z</dc:date>
    </item>
    <item>
      <title>RE: Not able to convert x-www-form-urlencoded (Postman) to WebApi</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Not-able-to-convert-x-www-form-urlencoded-Postman-to-WebApi/m-p/60719#M14135</link>
      <description>&lt;A class="user-content-mention" data-sign="@" data-contactkey="a4c14ac7-71c6-4355-848b-a6ed3c1571f1" data-tag-text="@Jesus Jordan" href="https://community.blueprism.com/network/profile?UserKey=a4c14ac7-71c6-4355-848b-a6ed3c1571f1" data-itemmentionkey="d3b37075-1c01-4ccc-9341-9691b8dbfbef"&gt;@Jesus Jordan&lt;/A&gt;,&lt;BR /&gt;&lt;BR /&gt;By entering a value for &lt;STRONG&gt;Common Authentication&lt;/STRONG&gt; you're telling Blue Prism to handle the authentication when in fact you want to handle it yourself. Change the &lt;STRONG&gt;Common Authentication&lt;/STRONG&gt; to &lt;EM&gt;&lt;STRONG&gt;None&lt;/STRONG&gt;&lt;/EM&gt; and then pass in the username and password as input parameters on your &lt;STRONG&gt;Get Token&lt;/STRONG&gt; action. Then you can reference them in the request body.&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;​&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>Wed, 09 Feb 2022 16:54:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Not-able-to-convert-x-www-form-urlencoded-Postman-to-WebApi/m-p/60719#M14135</guid>
      <dc:creator>ewilson</dc:creator>
      <dc:date>2022-02-09T16:54:00Z</dc:date>
    </item>
    <item>
      <title>RE: Not able to convert x-www-form-urlencoded (Postman) to WebApi</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Not-able-to-convert-x-www-form-urlencoded-Postman-to-WebApi/m-p/60720#M14136</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;
&lt;P&gt;I am facing the same issue.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Please find the Postman screenshots.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="30582.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/30712i6EFC1AD5B86C5C23/image-size/large?v=v2&amp;amp;px=999" role="button" title="30582.png" alt="30582.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="30583.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/30711i6D6556317FC2E6CD/image-size/large?v=v2&amp;amp;px=999" role="button" title="30583.png" alt="30583.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;Could you please help me with this and show me how to setup the HTTP request to get the result.&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Jishnu P Nair&lt;BR /&gt;Developer&lt;BR /&gt;Ey&lt;BR /&gt;Asia/Kolkata&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Mon, 08 May 2023 15:32:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Not-able-to-convert-x-www-form-urlencoded-Postman-to-WebApi/m-p/60720#M14136</guid>
      <dc:creator>JishnuP_Nair</dc:creator>
      <dc:date>2023-05-08T15:32:00Z</dc:date>
    </item>
    <item>
      <title>RE: Not able to convert x-www-form-urlencoded (Postman) to WebApi</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Not-able-to-convert-x-www-form-urlencoded-Postman-to-WebApi/m-p/60721#M14137</link>
      <description>&lt;P&gt;Hi Shashank,&lt;/P&gt;
&lt;P&gt;I tried the body format which you suggested but still I am getting the error,&amp;nbsp;&lt;BR /&gt;{ "error": "Invalid request" }&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Below is my API body format,&lt;BR /&gt;grant_type=[refresh_token]&amp;amp;refresh_token=[XXXXX]&lt;BR /&gt;&lt;BR /&gt;whereas I tried it from POSTMAN, API working successfully with&amp;nbsp;&lt;SPAN id="MainCopy_ctl11_ucMessageList_rptMessageList_MessageTitleLiteral_6" class="messagetitle"&gt;x-www-form-urlencoded content type, with below format,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="messagetitle"&gt;grant_type:refresh_token&lt;BR /&gt;refresh_token:XXXXX&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="messagetitle"&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="messagetitle"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="30591.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/30720i12DCF8B600C72A00/image-size/large?v=v2&amp;amp;px=999" role="button" title="30591.png" alt="30591.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Trupti Pardeshi&lt;BR /&gt;Software Developer&lt;BR /&gt;Wipro&lt;BR /&gt;UTC&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Fri, 14 Jul 2023 08:12:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Not-able-to-convert-x-www-form-urlencoded-Postman-to-WebApi/m-p/60721#M14137</guid>
      <dc:creator>TruptiPardeshi</dc:creator>
      <dc:date>2023-07-14T08:12:00Z</dc:date>
    </item>
    <item>
      <title>RE: Not able to convert x-www-form-urlencoded (Postman) to WebApi</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Not-able-to-convert-x-www-form-urlencoded-Postman-to-WebApi/m-p/60722#M14138</link>
      <description>&lt;P&gt;Trupti,&lt;/P&gt;
&lt;P&gt;What do you intend to pass in grant_type?&lt;/P&gt;
&lt;P&gt;Value of Data Item &lt;SPAN&gt;refresh_token&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;or string "refresh_token"&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Shashank Kumar&lt;BR /&gt;DX Integrations Partner Consultant&lt;BR /&gt;Blue Prism&lt;BR /&gt;Singapore&lt;BR /&gt;+6581326707&lt;BR /&gt;------------------------------&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 14 Jul 2023 11:29:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Not-able-to-convert-x-www-form-urlencoded-Postman-to-WebApi/m-p/60722#M14138</guid>
      <dc:creator>shashank.kumar280</dc:creator>
      <dc:date>2023-07-14T11:29:00Z</dc:date>
    </item>
    <item>
      <title>RE: Not able to convert x-www-form-urlencoded (Postman) to WebApi</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Not-able-to-convert-x-www-form-urlencoded-Postman-to-WebApi/m-p/60723#M14139</link>
      <description>&lt;P&gt;Hi Shashank,&lt;/P&gt;
&lt;P&gt;Value of grant_type is refresh_token ("string"),&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;grant_type:refresh_token&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;refresh_token:XXXXX&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Thanks in advance&lt;/SPAN&gt;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Trupti Pardeshi&lt;BR /&gt;Software Developer&lt;BR /&gt;Wipro&lt;BR /&gt;UTC&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Fri, 14 Jul 2023 14:12:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Not-able-to-convert-x-www-form-urlencoded-Postman-to-WebApi/m-p/60723#M14139</guid>
      <dc:creator>TruptiPardeshi</dc:creator>
      <dc:date>2023-07-14T14:12:00Z</dc:date>
    </item>
    <item>
      <title>RE: Not able to convert x-www-form-urlencoded (Postman) to WebApi</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Not-able-to-convert-x-www-form-urlencoded-Postman-to-WebApi/m-p/60724#M14140</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;This worked for me.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Address URL: API End URL&lt;/P&gt;
&lt;P&gt;Body : "grant_type=client_credentials"&lt;/P&gt;
&lt;P&gt;Content Type : "application/x-www-form-urlencoded"&lt;BR /&gt;User name : Client ID&lt;/P&gt;
&lt;P&gt;Password : Client Secret&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Let us know if this helped or not.&lt;BR /&gt;&lt;BR /&gt;BP Version : 6.10.1&lt;/P&gt;
&lt;P&gt;VBO: HTTP Request&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;BR /&gt;Jishnu&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Jishnu P Nair&lt;BR /&gt;------------------------------&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 15 Jul 2023 11:56:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Not-able-to-convert-x-www-form-urlencoded-Postman-to-WebApi/m-p/60724#M14140</guid>
      <dc:creator>JishnuP_Nair1</dc:creator>
      <dc:date>2023-07-15T11:56:00Z</dc:date>
    </item>
    <item>
      <title>RE: Not able to convert x-www-form-urlencoded (Postman) to WebApi</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Not-able-to-convert-x-www-form-urlencoded-Postman-to-WebApi/m-p/60725#M14141</link>
      <description>&lt;P&gt;@&lt;SPAN&gt;Trupti&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Please try as per suggestion from Jishnu. If it still &lt;SPAN style="font-size: 14.6667px;"&gt;doesn't&lt;/SPAN&gt;&amp;nbsp;work then I would suggest posting screenshot of your POSTMAN configuration here.&lt;/SPAN&gt;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Shashank Kumar&lt;BR /&gt;DX Integrations Partner Consultant&lt;BR /&gt;Blue Prism&lt;BR /&gt;Singapore&lt;BR /&gt;+6581326707&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Mon, 17 Jul 2023 08:54:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Not-able-to-convert-x-www-form-urlencoded-Postman-to-WebApi/m-p/60725#M14141</guid>
      <dc:creator>shashank.kumar280</dc:creator>
      <dc:date>2023-07-17T08:54:00Z</dc:date>
    </item>
    <item>
      <title>Re: RE: Not able to convert x-www-form-urlencoded (Postman) to WebApi</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Not-able-to-convert-x-www-form-urlencoded-Postman-to-WebApi/m-p/120945#M53296</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="VijayA_3-1749633730802.png" style="width: 400px;"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/41037i5355CECA2EEEF604/image-size/medium/is-moderation-mode/true?v=v2&amp;amp;px=400" role="button" title="VijayA_3-1749633730802.png" alt="VijayA_3-1749633730802.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;In postman, i'm able to execute the post request successfully with required headers &amp;amp; body (x-www-form.urlendcode. Please refer the above screenshot and also the code snippet of it.&lt;/P&gt;&lt;P&gt;But upon executing via BP web services, facing invalid username or password error. The below screenshots added have all the details mentioned in postman. But still it fails .... How do i pass the user name &amp;amp; password in the following path to make it work (BP &amp;gt; Webservices &amp;gt;Request/body/template)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="VijayA_1-1749633588146.png" style="width: 400px;"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/41035iC0B0452185233D52/image-size/medium/is-moderation-mode/true?v=v2&amp;amp;px=400" role="button" title="VijayA_1-1749633588146.png" alt="VijayA_1-1749633588146.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="VijayA_2-1749633617091.png" style="width: 400px;"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/41036i440364DBD82B9059/image-size/medium/is-moderation-mode/true?v=v2&amp;amp;px=400" role="button" title="VijayA_2-1749633617091.png" alt="VijayA_2-1749633617091.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="VijayA_4-1749633968831.png" style="width: 400px;"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/41039iC043530E985B4002/image-size/medium/is-moderation-mode/true?v=v2&amp;amp;px=400" role="button" title="VijayA_4-1749633968831.png" alt="VijayA_4-1749633968831.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 11 Jun 2025 09:27:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Not-able-to-convert-x-www-form-urlencoded-Postman-to-WebApi/m-p/120945#M53296</guid>
      <dc:creator>Vijay.A</dc:creator>
      <dc:date>2025-06-11T09:27:00Z</dc:date>
    </item>
    <item>
      <title>Re: Not able to convert x-www-form-urlencoded (Postman) to WebApi</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Not-able-to-convert-x-www-form-urlencoded-Postman-to-WebApi/m-p/120947#M53297</link>
      <description>&lt;P&gt;Did you get the solution for this one ? im also facing the same issue&lt;/P&gt;</description>
      <pubDate>Wed, 11 Jun 2025 09:33:39 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Not-able-to-convert-x-www-form-urlencoded-Postman-to-WebApi/m-p/120947#M53297</guid>
      <dc:creator>Vijay.A</dc:creator>
      <dc:date>2025-06-11T09:33:39Z</dc:date>
    </item>
    <item>
      <title>Re: RE: Not able to convert x-www-form-urlencoded (Postman) to WebApi</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Not-able-to-convert-x-www-form-urlencoded-Postman-to-WebApi/m-p/120948#M53298</link>
      <description>&lt;P&gt;Did you get solution for this issue? i'm facing the issue (userid&amp;amp; password) passing it in body content&lt;/P&gt;</description>
      <pubDate>Wed, 11 Jun 2025 09:37:36 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Not-able-to-convert-x-www-form-urlencoded-Postman-to-WebApi/m-p/120948#M53298</guid>
      <dc:creator>Vijay.A</dc:creator>
      <dc:date>2025-06-11T09:37:36Z</dc:date>
    </item>
  </channel>
</rss>

