<?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: Http Request with IP address and port in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Http-Request-with-IP-address-and-port/m-p/376533#M62647</link>
    <description>&lt;P&gt;no, it won't work on browser. It refuses connection.&lt;/P&gt;</description>
    <pubDate>Wed, 14 Apr 2021 00:52:55 GMT</pubDate>
    <dc:creator>Anders_HO</dc:creator>
    <dc:date>2021-04-14T00:52:55Z</dc:date>
    <item>
      <title>Http Request with IP address and port</title>
      <link>https://community.jmp.com/t5/Discussions/Http-Request-with-IP-address-and-port/m-p/376256#M62609</link>
      <description>&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I tried to use the script below to access Mysql data but failed.&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default To Here( 1 );
request =
New HTTP Request(
	url( "117.186.159.54:2010" ),
	Method( "Get" ),
	Username( "ross" ),
	Password( "Abc123" ),

);
data = request &amp;lt;&amp;lt; Send;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;The url/username/password are all dummy just for demonstration.&lt;/P&gt;&lt;P&gt;But it always says that connection refused. I can make sure that the ip+port is available.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Could I use ip+port as url? Is the syntax valid? Since the client provide me with this kind of IP address/port/username/passcode.&lt;/P&gt;</description>
      <pubDate>Fri, 09 Jun 2023 22:11:04 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Http-Request-with-IP-address-and-port/m-p/376256#M62609</guid>
      <dc:creator>Anders_HO</dc:creator>
      <dc:date>2023-06-09T22:11:04Z</dc:date>
    </item>
    <item>
      <title>Re: Http Request with IP address and port</title>
      <link>https://community.jmp.com/t5/Discussions/Http-Request-with-IP-address-and-port/m-p/376393#M62630</link>
      <description>Does the address:port work from a browser? I think what you are trying is reasonable.</description>
      <pubDate>Tue, 13 Apr 2021 17:48:45 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Http-Request-with-IP-address-and-port/m-p/376393#M62630</guid>
      <dc:creator>Craige_Hales</dc:creator>
      <dc:date>2021-04-13T17:48:45Z</dc:date>
    </item>
    <item>
      <title>Re: Http Request with IP address and port</title>
      <link>https://community.jmp.com/t5/Discussions/Http-Request-with-IP-address-and-port/m-p/376533#M62647</link>
      <description>&lt;P&gt;no, it won't work on browser. It refuses connection.&lt;/P&gt;</description>
      <pubDate>Wed, 14 Apr 2021 00:52:55 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Http-Request-with-IP-address-and-port/m-p/376533#M62647</guid>
      <dc:creator>Anders_HO</dc:creator>
      <dc:date>2021-04-14T00:52:55Z</dc:date>
    </item>
    <item>
      <title>Re: Http Request with IP address and port</title>
      <link>https://community.jmp.com/t5/Discussions/Http-Request-with-IP-address-and-port/m-p/376538#M62648</link>
      <description>&lt;P&gt;If the software at port &lt;EM&gt;2010&lt;/EM&gt; isn't a http web server of some sort, I don't think JMP's &lt;EM&gt;http request&lt;/EM&gt; is the right answer.&lt;/P&gt;&lt;P&gt;If you are trying to connect to the mysql server port (typically &lt;EM&gt;3306&lt;/EM&gt;) you'll want to use a mysql driver.&lt;/P&gt;&lt;P&gt;&lt;LI-MESSAGE title="SQL for Cord-Cutters" uid="238656" url="https://community.jmp.com/t5/Uncharted/SQL-for-Cord-Cutters/m-p/238656#U238656" discussion_style_icon_css="lia-mention-container-editor-message lia-img-icon-blog-thread lia-fa-icon lia-fa-blog lia-fa-thread lia-fa"&gt;&lt;/LI-MESSAGE&gt;has an example if you are trying to connect to a mysql database.&lt;/P&gt;</description>
      <pubDate>Wed, 14 Apr 2021 02:03:11 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Http-Request-with-IP-address-and-port/m-p/376538#M62648</guid>
      <dc:creator>Craige_Hales</dc:creator>
      <dc:date>2021-04-14T02:03:11Z</dc:date>
    </item>
    <item>
      <title>Re: Http Request with IP address and port</title>
      <link>https://community.jmp.com/t5/Discussions/Http-Request-with-IP-address-and-port/m-p/777318#M95864</link>
      <description>&lt;P&gt;You can use the ip and port, if you put http or https in front of it.&lt;/P&gt;
&lt;P&gt;with out the protocol, it assumes http, where it looks like it's being refused.&lt;/P&gt;</description>
      <pubDate>Mon, 29 Jul 2024 22:28:45 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Http-Request-with-IP-address-and-port/m-p/777318#M95864</guid>
      <dc:creator>bryan_boone</dc:creator>
      <dc:date>2024-07-29T22:28:45Z</dc:date>
    </item>
  </channel>
</rss>

