<?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 Resource PC Command HTTP POST Requests in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/Resource-PC-Command-HTTP-POST-Requests/m-p/68148#M20753</link>
    <description>Hello,

I am trying to execute commands using HTTP post request. When I am sending a request from an agent I am getting this error:Â&amp;nbsp;

System.IndexOutOfRangeException: Index was outside the bounds of the array.
Â&amp;nbsp; Â&amp;nbsp;at BluePrism.AutomateAppCore.clsListener.ListenThread()

Â&amp;nbsp;

I am passing following content in body:Â&amp;nbsp;

POST / HTTP/1.1
Host: localhost:8181
User-Agent: Mozilla/4.0
Content-Length: 92
Content-Type: text/plain

param1=user%20name%20name&amp;amp;param2=password%20password&amp;amp;param3=create%20name%20ABCProcess

Â&amp;nbsp;

Could anyone please help me with the correct URL which I should use to run a process using POST request.

Â&amp;nbsp;

I am able to run commands successfully using GET request.Â&amp;nbsp;

Â&amp;nbsp;

Thanks.</description>
    <pubDate>Tue, 07 May 2019 10:23:00 GMT</pubDate>
    <dc:creator>MayurGangrade</dc:creator>
    <dc:date>2019-05-07T10:23:00Z</dc:date>
    <item>
      <title>Resource PC Command HTTP POST Requests</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Resource-PC-Command-HTTP-POST-Requests/m-p/68148#M20753</link>
      <description>Hello,

I am trying to execute commands using HTTP post request. When I am sending a request from an agent I am getting this error:Â&amp;nbsp;

System.IndexOutOfRangeException: Index was outside the bounds of the array.
Â&amp;nbsp; Â&amp;nbsp;at BluePrism.AutomateAppCore.clsListener.ListenThread()

Â&amp;nbsp;

I am passing following content in body:Â&amp;nbsp;

POST / HTTP/1.1
Host: localhost:8181
User-Agent: Mozilla/4.0
Content-Length: 92
Content-Type: text/plain

param1=user%20name%20name&amp;amp;param2=password%20password&amp;amp;param3=create%20name%20ABCProcess

Â&amp;nbsp;

Could anyone please help me with the correct URL which I should use to run a process using POST request.

Â&amp;nbsp;

I am able to run commands successfully using GET request.Â&amp;nbsp;

Â&amp;nbsp;

Thanks.</description>
      <pubDate>Tue, 07 May 2019 10:23:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Resource-PC-Command-HTTP-POST-Requests/m-p/68148#M20753</guid>
      <dc:creator>MayurGangrade</dc:creator>
      <dc:date>2019-05-07T10:23:00Z</dc:date>
    </item>
    <item>
      <title>RE: Resource PC Command HTTP POST Requests</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Resource-PC-Command-HTTP-POST-Requests/m-p/68149#M20754</link>
      <description>Hi Mayur Gangrade,&lt;BR /&gt;&lt;BR /&gt;You can create params something like this : &lt;SPAN&gt;param1=user%20admin&amp;amp;param2=password%20MyPassword&amp;amp;param3=create%20name%20My%20Process&lt;BR /&gt;&lt;A href="https://community.blueprism.com/Source" target="_blank" rel="noopener"&gt;https://bpdocs.blueprism.com/bp-6-9/en-us/helpHTTPInterface.htm?tocpath=Interface%7CAdvanced%20options%7C_____5&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Naveen&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Naveen Kumar&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Fri, 27 Aug 2021 17:23:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Resource-PC-Command-HTTP-POST-Requests/m-p/68149#M20754</guid>
      <dc:creator>NaveenKumar5</dc:creator>
      <dc:date>2021-08-27T17:23:00Z</dc:date>
    </item>
    <item>
      <title>RE: Resource PC Command HTTP POST Requests</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Resource-PC-Command-HTTP-POST-Requests/m-p/68150#M20755</link>
      <description>&lt;SPAN&gt;The in-product Help file has a section on command line. You can also use the command C:\Program Files\Blue Prism Limited\Blue Prism Automate\automatec.exe /help&lt;BR /&gt;&lt;BR /&gt;Worth giving a look.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;------------------------------&lt;BR /&gt;Vipul Tiwari&lt;BR /&gt;Senior Process Simplification and Optimization Designer(Solutions Architect)&lt;BR /&gt;Fidelity International&lt;BR /&gt;------------------------------&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Wed, 01 Sep 2021 13:08:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Resource-PC-Command-HTTP-POST-Requests/m-p/68150#M20755</guid>
      <dc:creator>EVIPUTI</dc:creator>
      <dc:date>2021-09-01T13:08:00Z</dc:date>
    </item>
  </channel>
</rss>

