<?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 Internal: Unexpected error Cannot send a content-body with this verb-type in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/Internal-Unexpected-error-Cannot-send-a-content-body-with-this/m-p/102544#M49254</link>
    <description>&lt;P&gt;I'm having some trouble getting a GET Action with body to work in BluePrism (using web api service).&lt;/P&gt;
&lt;P&gt;It seems that when I try to include an Action that sends a GET with body when I reach that stage this error gets thrown:&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;Internal : Unexpected error Cannot send a content-body with this verb-type.&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;What I've tried:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Using a different verb-type / passing parameters in the query instead of the body, unfortunately i don't have control over the endpoint i'm trying to reach so this didnt work as it only accepts a GET containing data in the body&lt;/LI&gt;
&lt;LI&gt;Using BluePrism HTTP Utility to send the call, this has the same problem as the Web API Service&lt;/LI&gt;
&lt;LI&gt;Compiling the body via code instead of using a template&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;I haven't been able to find anyone that made it work in BluePrism and there doesn't seem to be much documentation on this issue so any help would be appreciated.&lt;/P&gt;
&lt;P&gt;Thanks!&lt;/P&gt;</description>
    <pubDate>Thu, 16 Jun 2022 08:04:39 GMT</pubDate>
    <dc:creator>MarcoD_Incà</dc:creator>
    <dc:date>2022-06-16T08:04:39Z</dc:date>
    <item>
      <title>Internal: Unexpected error Cannot send a content-body with this verb-type</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Internal-Unexpected-error-Cannot-send-a-content-body-with-this/m-p/102544#M49254</link>
      <description>&lt;P&gt;I'm having some trouble getting a GET Action with body to work in BluePrism (using web api service).&lt;/P&gt;
&lt;P&gt;It seems that when I try to include an Action that sends a GET with body when I reach that stage this error gets thrown:&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;Internal : Unexpected error Cannot send a content-body with this verb-type.&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;What I've tried:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Using a different verb-type / passing parameters in the query instead of the body, unfortunately i don't have control over the endpoint i'm trying to reach so this didnt work as it only accepts a GET containing data in the body&lt;/LI&gt;
&lt;LI&gt;Using BluePrism HTTP Utility to send the call, this has the same problem as the Web API Service&lt;/LI&gt;
&lt;LI&gt;Compiling the body via code instead of using a template&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;I haven't been able to find anyone that made it work in BluePrism and there doesn't seem to be much documentation on this issue so any help would be appreciated.&lt;/P&gt;
&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Thu, 16 Jun 2022 08:04:39 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Internal-Unexpected-error-Cannot-send-a-content-body-with-this/m-p/102544#M49254</guid>
      <dc:creator>MarcoD_Incà</dc:creator>
      <dc:date>2022-06-16T08:04:39Z</dc:date>
    </item>
    <item>
      <title>Re: Internal: Unexpected error Cannot send a content-body with this verb-type</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Internal-Unexpected-error-Cannot-send-a-content-body-with-this/m-p/102545#M49255</link>
      <description>Hi Marco,&lt;BR /&gt;&lt;BR /&gt;Typically HTTP POST requests have body in the request. Which application endpoint is it? Do you have any documentation for what is the expected format of the HTTP Request?</description>
      <pubDate>Thu, 16 Jun 2022 08:40:52 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Internal-Unexpected-error-Cannot-send-a-content-body-with-this/m-p/102545#M49255</guid>
      <dc:creator>shashank.kumar280</dc:creator>
      <dc:date>2022-06-16T08:40:52Z</dc:date>
    </item>
    <item>
      <title>Re: Internal: Unexpected error Cannot send a content-body with this verb-type</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Internal-Unexpected-error-Cannot-send-a-content-body-with-this/m-p/102546#M49256</link>
      <description>&lt;P&gt;Hi Shashank,&lt;BR /&gt;the endpoint isnt a part of any public-facing service, this is the relevant snippet from the documentation:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="37079.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/37091iF708F670A2078696/image-size/large?v=v2&amp;amp;px=999" role="button" title="37079.png" alt="37079.png" /&gt;&lt;/span&gt;&lt;BR /&gt;The HTTP Request should then be a GET with the Content-Type: application/json header and a json object as the body.&lt;BR /&gt;&lt;BR /&gt;It's unclear why the endpoint was set up this way, but it seems we need to make it work with this format.&lt;BR /&gt;&lt;BR /&gt;Thank you for the help&lt;/P&gt;</description>
      <pubDate>Thu, 16 Jun 2022 08:49:40 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Internal-Unexpected-error-Cannot-send-a-content-body-with-this/m-p/102546#M49256</guid>
      <dc:creator>MarcoD_Incà</dc:creator>
      <dc:date>2022-06-16T08:49:40Z</dc:date>
    </item>
    <item>
      <title>Re: Internal: Unexpected error Cannot send a content-body with this verb-type</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Internal-Unexpected-error-Cannot-send-a-content-body-with-this/m-p/102547#M49257</link>
      <description>I see the documentation. It should have been a POST request for /api/bot/getFile. By the way are you able to call /api/bot/getRerun and get the filePath?&lt;BR /&gt;&lt;BR /&gt;What response do you get if you do POST /api/bot/getFile</description>
      <pubDate>Thu, 16 Jun 2022 10:02:04 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Internal-Unexpected-error-Cannot-send-a-content-body-with-this/m-p/102547#M49257</guid>
      <dc:creator>shashank.kumar280</dc:creator>
      <dc:date>2022-06-16T10:02:04Z</dc:date>
    </item>
    <item>
      <title>Re: Internal: Unexpected error Cannot send a content-body with this verb-type</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Internal-Unexpected-error-Cannot-send-a-content-body-with-this/m-p/102548#M49258</link>
      <description>&lt;P&gt;Yes, I'm able (using Postman) to call the endpoint using the way described in the documentation.&lt;/P&gt;
&lt;P&gt;If I try to call the endpoint using POST I recieve this response:&lt;/P&gt;
&lt;PRE class="language-javascript"&gt;&lt;CODE&gt;{
    "timestamp": "2022-06-16T10:07:52.452+00:00",
    "status": 405,
    "error": "Method Not Allowed",
    "path": "/api/bot/getRerun"
}&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&lt;BR /&gt;My question is: is there any way to configure BluePrism in order to make GET calls with a body possible?&lt;/P&gt;</description>
      <pubDate>Thu, 16 Jun 2022 10:09:10 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Internal-Unexpected-error-Cannot-send-a-content-body-with-this/m-p/102548#M49258</guid>
      <dc:creator>MarcoD_Incà</dc:creator>
      <dc:date>2022-06-16T10:09:10Z</dc:date>
    </item>
    <item>
      <title>Re: Internal: Unexpected error Cannot send a content-body with this verb-type</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Internal-Unexpected-error-Cannot-send-a-content-body-with-this/m-p/102549#M49259</link>
      <description>&lt;BR /&gt;I was looking at this documentation on Mozilla if there is a restriction to send payload in HTTP. &lt;A href="https://developer.mozilla.org/en-US/docs/Web/HTTP/Methods/GET&amp;nbsp;" target="test_blank"&gt;https://developer.mozilla.org/en-US/docs/Web/HTTP/Methods/GET&amp;nbsp;&lt;/A&gt;; &amp;nbsp;It doesnt seem that there is a restriction there.&amp;nbsp;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;What response do you get for below-&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="37080.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/37093i20C199292A3F3576/image-size/large?v=v2&amp;amp;px=999" role="button" title="37080.png" alt="37080.png" /&gt;&lt;/span&gt;</description>
      <pubDate>Thu, 16 Jun 2022 10:23:41 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Internal-Unexpected-error-Cannot-send-a-content-body-with-this/m-p/102549#M49259</guid>
      <dc:creator>shashank.kumar280</dc:creator>
      <dc:date>2022-06-16T10:23:41Z</dc:date>
    </item>
    <item>
      <title>Re: Internal: Unexpected error Cannot send a content-body with this verb-type</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Internal-Unexpected-error-Cannot-send-a-content-body-with-this/m-p/102550#M49260</link>
      <description>&lt;P&gt;I get the same error:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="37081.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/37090i391DAD6B528AD5A0/image-size/large?v=v2&amp;amp;px=999" role="button" title="37081.png" alt="37081.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 16 Jun 2022 10:49:23 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Internal-Unexpected-error-Cannot-send-a-content-body-with-this/m-p/102550#M49260</guid>
      <dc:creator>MarcoD_Incà</dc:creator>
      <dc:date>2022-06-16T10:49:23Z</dc:date>
    </item>
    <item>
      <title>Re: Internal: Unexpected error Cannot send a content-body with this verb-type</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Internal-Unexpected-error-Cannot-send-a-content-body-with-this/m-p/102551#M49261</link>
      <description>The error you're running into is not an error being raised by Blue Prism, but by the underlying .NET Framework. This might boil down to having to invoke &lt;EM&gt;&lt;STRONG&gt;curl&lt;/STRONG&gt; &lt;/EM&gt;from the command line or using a &lt;EM&gt;&lt;STRONG&gt;TcpClient&lt;/STRONG&gt; &lt;/EM&gt;class which is lower level than the &lt;EM&gt;&lt;STRONG&gt;WebRequest&lt;/STRONG&gt; &lt;/EM&gt;class used in the &lt;STRONG&gt;Utility - HTTP&lt;/STRONG&gt; VBO.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;Eric</description>
      <pubDate>Fri, 24 Jun 2022 00:37:44 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Internal-Unexpected-error-Cannot-send-a-content-body-with-this/m-p/102551#M49261</guid>
      <dc:creator>ewilson</dc:creator>
      <dc:date>2022-06-24T00:37:44Z</dc:date>
    </item>
    <item>
      <title>Re: Internal: Unexpected error Cannot send a content-body with this verb-type</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Internal-Unexpected-error-Cannot-send-a-content-body-with-this/m-p/102552#M49262</link>
      <description>&lt;P&gt;Hello &lt;A href="https://community.blueprism.com/network/profile?UserKey=85c35d6a-ecfe-435d-bc38-188b46b1699c" target="" class="author" aria-label="Marco D'Incà Press space to toggle pop up" aria-haspopup="dialog" aria-controls="bio-bubble-popup-85c35d6a-ecfe-435d-bc38-188b46b1699c-3"&gt;Marco D'Incà&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Were you able to resolve this? We are running into the same and tried all possible scenarios with the API call.&lt;/P&gt;</description>
      <pubDate>Mon, 12 Jun 2023 14:07:57 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Internal-Unexpected-error-Cannot-send-a-content-body-with-this/m-p/102552#M49262</guid>
      <dc:creator>Tejaskumar_Darji</dc:creator>
      <dc:date>2023-06-12T14:07:57Z</dc:date>
    </item>
    <item>
      <title>Re: Internal: Unexpected error Cannot send a content-body with this verb-type</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Internal-Unexpected-error-Cannot-send-a-content-body-with-this/m-p/102553#M49263</link>
      <description>&lt;P&gt;Update - Setting Force Pre Authorization input para to True resolved this error for us. FYI&lt;/P&gt;</description>
      <pubDate>Wed, 14 Jun 2023 08:31:19 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Internal-Unexpected-error-Cannot-send-a-content-body-with-this/m-p/102553#M49263</guid>
      <dc:creator>Tejaskumar_Darji</dc:creator>
      <dc:date>2023-06-14T08:31:19Z</dc:date>
    </item>
  </channel>
</rss>

