Try this =....=--Apple-Mail-1--504618628-- Associated Messages, from the most recent to the oldest:[text show=3Df]DownloadSpeed=3D[tcpconnect =host=3D192.168.0.1&port=3D80&SSL=3DF][tcpsend skipheader=3DT]POST /s_status.htm&todo=3Dcfg_init =HTTP/1.0[UnURL]%0D%0A[/UnURL][!][/!]Authorization: Basic [Encrypt =method=3DBase64]myusername:mypassword[/Encrypt][UnURL]%0D%0A[/UnURL][!][/!][UnURL]%0D%0A[/UnURL][!][/!][/TCPSend][/tcpconnect][/text]I have also swapped GET to =POSTOn 03/12/2010, at 10:35 AM, Steve Craig wrote:Hi
I have a dodgy broadband line at the moment =and as part of the fix I have been asked to supply sync rate speeds at =regular intervals. To do this I thought I would try something with =tcpconnect and a trigger and writing the result into a db. I am using =the following to try and get the router status webpage into a text =variable. Once I have achieved that I will extract the bit of info I =need and write it to a db.
The web address of the page I need in =the router is...
http://192.16=8.0.1/s_status.htm&todo=3Dcfg_init
It also needs a =username and password sent with it so I have been trying =this...
[text show=3Df]DownloadSpeed=3D[tcpconnect =host=3D192.168.0.1&port=3D80][!]
[/!][tcpsend skipheader=3DT]GET =http://192.16=8.0.1/s_status.htm&todo=3Dcfg_init =HTTP/1.0[UnURL]%0D%0A[/UnURL][!]
[/!]Authorization: Basic [Encrypt =method=3DBase64]myusername:mypassword[/Encrypt][!]
[/!][UnURL]%0D%0A[/U=nURL][UnURL]%0D%0A[/UnURL][/TCPSend][/tcpconnect][/text]
It is =connecting to the router ok but the text object is =returning...
<HTML>
<HEAD><TITLE>400 Bad =Request</TITLE></HEAD>
<BODY BGCOLOR=3D"#cc9999" =TEXT=3D"#000000" LINK=3D"#2020ff" VLINK=3D"#4040cc">
<H4>400 =Bad Request</H4>
Bad =filename.
</BODY>
</HTML>
Any help with the tcp =stuff would be much =appreciated.
Cheers
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D==3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
Steve Craig - Asylum Interactive Ltd
Tel +44 1330 860550 Fax +44 =1330 860880
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D==3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
http://www.asylumweb.com
Email: =steve@asylumweb.com
Skype: s.craig - iChat: =steve.craig
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D==3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
---------------------------------------------------------
Thi=s message is sent to you because you are subscribed to
the mailing =list <talk@webdna.us>.
To unsubscribe, E-mail to: =<talk-leave@webdna.us>
archives: =http://mail.webdna.us/list/talk@webdna.us
Bug Reporting: =support@webdna.us
--Apple-Mail-1--504618628Content-Transfer-Encoding: quoted-printableContent-Type: text/plain;charset=us-asciiHiThanks for the reply but now I get nothing at all returned. Any other =possibilities?Cheers=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D==3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3DSteve Craig - Asylum Interactive LtdTel +44 1330 860550 Fax +44 1330 860880=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D==3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3Dhttp://www.asylumweb.comEmail: steve@asylumweb.comSkype: s.craig - iChat: steve.craig=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D==3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3DOn 2 Dec 2010, at 23:44, Stuart Tremain wrote:> Try this ....>=20> [text show=3Df]DownloadSpeed=3D[tcpconnect =host=3D192.168.0.1&port=3D80&SSL=3DF]> [tcpsend skipheader=3DT]POST /s_status.htm&todo=3Dcfg_init =HTTP/1.0[unurl]%0D%0A[/UnURL][!]> [/!]Authorization: Basic [Encrypt =method=3DBase64]myusername:mypassword[/Encrypt][unurl]%0D%0A[/UnURL][!]> [/!][unurl]%0D%0A[/UnURL][!]> [/!][/TCPSend]> [/tcpconnect][/text]>=20> I have also swapped GET to POST>=20> Regards>=20> Stuart Tremain> IDFK Web Developments> AUSTRALIA> webdna@idfk.com.au>=20>=20>=20>=20> On 03/12/2010, at 10:35 AM, Steve Craig wrote:>=20>> Hi>>=20>> I have a dodgy broadband line at the moment and as part of the fix I =have been asked to supply sync rate speeds at regular intervals. To do =this I thought I would try something with tcpconnect and a trigger and =writing the result into a db. I am using the following to try and get =the router status webpage into a text variable. Once I have achieved =that I will extract the bit of info I need and write it to a db.=20>>=20>> The web address of the page I need in the router is...>> http://192.168.0.1/s_status.htm&todo=3Dcfg_init>>=20>> It also needs a username and password sent with it so I have been =trying this...>>=20>> [text show=3Df]DownloadSpeed=3D[tcpconnect =host=3D192.168.0.1&port=3D80][!]>> [/!][tcpsend skipheader=3DT]GET =http://192.168.0.1/s_status.htm&todo=3Dcfg_init =HTTP/1.0[unurl]%0D%0A[/UnURL][!]>> [/!]Authorization: Basic [Encrypt =method=3DBase64]myusername:mypassword[/Encrypt][!]>> =[/!][unurl]%0D%0A[/UnURL][unurl]%0D%0A[/UnURL][/TCPSend][/tcpconnect][/tex=t]>>=20>> It is connecting to the router ok but the text object is returning...>>=20>> >>
- Re: [WebDNA] TCPConnect Problem (Kenneth Grome
2010) - Re: [WebDNA] TCPConnect Problem (Stuart Tremain
2010) - Re: [WebDNA] TCPConnect Problem (Steve Craig
2010) - Re: [WebDNA] TCPConnect Problem (Stuart Tremain
2010) - Re: [WebDNA] TCPConnect Problem (Stuart Tremain
2010) - Re: [WebDNA] TCPConnect Problem (Steve Craig
2010) - Re: [WebDNA] TCPConnect Problem (Stuart Tremain
2010) - [WebDNA] TCPConnect Problem (Steve Craig
2010) 400 Bad Request >> >>400 Bad Request
>> Bad filename.>> >> >>=20>> Any help with the tcp stuff would be much appreciated.>>=20>> Cheers>> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D==3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D>> Steve Craig - Asylum Interactive Ltd>> Tel +44 1330 860550 Fax +44 1330 860880>> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D==3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D>> http://www.asylumweb.com>> Email: steve@asylumweb.com>> Skype: s.craig - iChat: steve.craig>> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D==3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D>>=20>>=20>>=20>>=20>>=20>> --------------------------------------------------------->> This message is sent to you because you are subscribed to>> the mailing list.>> To unsubscribe, E-mail to: >> archives: http://mail.webdna.us/list/talk@webdna.us>> Bug Reporting: support@webdna.us>=20--Apple-Mail-1--504618628Content-Transfer-Encoding: quoted-printableContent-Type: text/html;charset=us-asciiHi Thanks for the reply but now I get nothing at =all returned. Any other =possibilities?Cheers=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D==3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3DSteve Craig - Asylum Interactive Ltd Tel +44 1330 860550 Fax +44 1330 860880=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D==3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3Dhttp://www.asylumweb.com Email: steve@asylumweb.comSkype: s.craig - iChat: steve.craig=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D==3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
Try this =....=--Apple-Mail-1--504618628-- Steve Craig[text show=3Df]DownloadSpeed=3D[tcpconnect =host=3D192.168.0.1&port=3D80&SSL=3DF][/!]Authorization: Basic [Encrypt =method=3DBase64]myusername:mypassword[/Encrypt][unurl]%0D%0A[/UnURL][!][/!][/TCPSend][/tcpconnect][/text]I have also swapped GET to =POSTOn 03/12/2010, at 10:35 AM, Steve Craig wrote:Hi
I have a dodgy broadband line at the moment =and as part of the fix I have been asked to supply sync rate speeds at =regular intervals. To do this I thought I would try something with =tcpconnect and a trigger and writing the result into a db. I am using =the following to try and get the router status webpage into a text =variable. Once I have achieved that I will extract the bit of info I =need and write it to a db.
The web address of the page I need in =the router is...
http://192.16=8.0.1/s_status.htm&todo=3Dcfg_init
It also needs a =username and password sent with it so I have been trying =this...
[text show=3Df]DownloadSpeed=3D[tcpconnect =host=3D192.168.0.1&port=3D80][!]
[/!][tcpsend skipheader=3DT]GET =http://192.16=8.0.1/s_status.htm&todo=3Dcfg_init =HTTP/1.0[unurl]%0D%0A[/UnURL][!]
[/!]Authorization: Basic [Encrypt =method=3DBase64]myusername:mypassword[/Encrypt][!]
[/!][unurl]%0D%0A[/U=nURL][unurl]%0D%0A[/UnURL][/TCPSend][/tcpconnect][/text]
It is =connecting to the router ok but the text object is =returning...
<HTML>
<HEAD><TITLE>400 Bad =Request</TITLE></HEAD>
<BODY BGCOLOR=3D"#cc9999" =TEXT=3D"#000000" LINK=3D"#2020ff" VLINK=3D"#4040cc">
<H4>400 =Bad Request</H4>
Bad =filename.
</BODY>
</HTML>
Any help with the tcp =stuff would be much =appreciated.
Cheers
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D==3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
Steve Craig - Asylum Interactive Ltd
Tel +44 1330 860550 Fax +44 =1330 860880
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D==3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
http://www.asylumweb.com
Email: =steve@asylumweb.com
Skype: s.craig - iChat: =steve.craig
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D==3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
---------------------------------------------------------
Thi=s message is sent to you because you are subscribed to
the mailing =list <talk@webdna.us>.
To unsubscribe, E-mail to: =<talk-leave@webdna.us>
archives: =http://mail.webdna.us/list/talk@webdna.us
Bug Reporting: =support@webdna.us
DOWNLOAD WEBDNA NOW!
Top Articles:
Talk List
The WebDNA community talk-list is the best place to get some help: several hundred extremely proficient programmers with an excellent knowledge of WebDNA and an excellent spirit will deliver all the tips and tricks you can imagine...
Related Readings:
Template Security error (1997) Quitting WebMerchant ? (1997) Re1000002: Setting up shop (1997) WebCat2b13MacPlugIn - [showif][search][/showif] (1997)(2003) Quit revisited (1997) Installing Web DNA 5.1 on a MAC (2004) security (1997) New user...how do I create URLs from form fields? (2000) Decimal/Modulus (2001) More Shopping Cart Problems (2000) Explorer 3.0 (1997) Webcat2, WebCommerce, Mod 10 etc. (1997) 2nd WebCatalog2 Feature Request (1996) Shhh... (2006) ErrorMessages.db (2004) error: Too many nested [xxx] contexts (1997) Multiple cart additions (1997) Email Set-Up? (1997) CART question (2004)