Re: Basics of tcpconnect
This WebDNA talk-list message is from 2006
It keeps the original formatting.
numero = 68149
interpreted = N
texte = Thanks Scott. For some reason, TCPConnect to digg.com gets routed to anotherpage. TCPConnect also does this for other services (like our firm'swww.ChipIn.com). So, for this prototype I am working on I've just moved toPHP to remotely grab the pages I need.If anyone has a way to remotely grab www.digg.com with TCPConnect, please doshare. Maybe we need to send a certain set of headers along with therequest.Thanks, Olin-----Original Message-----From: WebDNA Talk [mailto:WebDNA-Talk@talk.smithmicro.com] On Behalf OfScott WaltersSent: Tuesday, November 14, 2006 11:50 AMTo: WebDNA TalkSubject: Re: Basics of tcpconnectI haven't reviewed the history of this thread or wether or it's beenresolved yet.But what little I have read, makes me think that the redirecting could bebeing caused by a router at the hosting location or by www.digg.com's DNSserver host setup...Scott Waltersscott@ideassoftware.com----- Original Message -----From: "Terry Wilson"
To: "WebDNA Talk" Sent: Sunday, November 12, 2006 8:27 AMSubject: Re: Basics of tcpconnect> That's right, that's what it's supposed to do. You need to write code to > deal with the result. Set a text variable:>> [text]whatcameback=[TCPConnect host=digg.com&port=80]> [TCPSend]GET / HTTP/1.0[UnURL]%0D%0A%0D%0A[/UnURL][/TCPSend]> [/TCPConnect][/text]>> Then you can use [middle] to extract something, either to display directly> on your page or to set another text variable. Depends on what you expect > to extract. Let's say you wanted to set a text variable for the title of > this page. You'd write>> [text]pagetitle=[middle > startafter=&endbefore=][whatcameback][/middle][/text]>> If you are looking to send variables with the request, do another email > archive search for help with authorize.net and tcp. Examples for that have> been posted before. Basically you create the content of your tcpsend with > all your variables.>> HTH,> Terry>>>>--------------------------------------------------------_156740306_->> WebDNA Talk Digest #2324>>>> 1) Basics of tcpconnect>> by "Olin Lagon" >>>>This digest is sent to you because you are subscribed to>> the mailing list .>>To unsubscribe, E-mail to: >>To switch to the FEED mode, E-mail to >>>>Send administrative queries to >>>>>>--------------------------------------------------------_156740306_->>From: "Olin Lagon" >>Subject: Basics of tcpconnect>>Date: Sat, 11 Nov 2006 10:21:50 -1000>>Message-ID: <002a01c705cf$11f1d8e0$6501a8c0@olin>>>Content-Type: text/plain;>> charset="US-ASCII">>Content-Transfer-Encoding: 7bit>>>>Heh can anyone help me on tcpconnect? I copied all of the examples from >>the>>manual and tried a few things I found in the email archive. Can't seem to>>write a tcpconnect to grab the contents of any Webpage. Trying >>specifically>>to do a get and load up a bunch of args. Here is one that I have tried>>direct from the manual>>>>I took this from the docs>>>>[TCPConnect host=digg.com&port=80]>>[TCPSend]GET / HTTP/1.0[UnURL]%0D%0A%0D%0A[/UnURL][/TCPSend]>>[/TCPConnect]>>>>In this example just trying to pull the homepage from Digg. I get this>>>>---------------------------------->>HTTP/1.1 302 Found>>Date: Sat, 11 Nov 2006 20:16:40 GMT>>Server: Apache>>Location: http://diggtheblog.blogspot.com/>>Content-Length: 279>>Keep-Alive: timeout=5, max=98>>Connection: Keep-Alive>>Content-Type: text/html; charset=iso-8859-1>>>>>>>>302 Found>>>>Found
>>The document has moved >href="http://diggtheblog.blogspot.com/">here.
>>>>
>>Apache Server at blog.digg.com Port 80>>>>---------------------------------->>>>Any ideas??? Thanks! Olin>>>>>>--------------------------------------------------------_156740306_->>------------------------------------------------------------->>Brought to you by CommuniGate Pro - The Buzz Word Compliant Messaging >>Server.>>To end your Mail problems go to .>>--------------------------------------------------------_156740306_--->> -- > Terry Wilson | terry@terryfic.com | http://terryfic.com> http://WhosComing.com - a simplified, affordable online reservation system> http://TightJacket.com -- stylish protection for your laptop> --------------------------------------------------------------------------> Attitude is the only difference between ordeal and adventure.>> -------------------------------------------------------------> This message is sent to you because you are subscribed to> the mailing list .> To unsubscribe, E-mail to: > To switch to the DIGEST mode, E-mail to > > Web Archive of this list is at: http://webdna.smithmicro.com/ -------------------------------------------------------------This message is sent to you because you are subscribed to the mailing list .To unsubscribe, E-mail to: To switch to the DIGEST mode, E-mail toWeb Archive of this list is at: http://webdna.smithmicro.com/-------------------------------------------------------------This message is sent to you because you are subscribed to the mailing list .To unsubscribe, E-mail to: To switch to the DIGEST mode, E-mail to Web Archive of this list is at: http://webdna.smithmicro.com/
Associated Messages, from the most recent to the oldest:
Thanks Scott. For some reason, TCPConnect to digg.com gets routed to anotherpage. TCPConnect also does this for other services (like our firm'swww.ChipIn.com). So, for this prototype I am working on I've just moved toPHP to remotely grab the pages I need.If anyone has a way to remotely grab www.digg.com with TCPConnect, please doshare. Maybe we need to send a certain set of headers along with therequest.Thanks, Olin-----Original Message-----From: WebDNA Talk [mailto:WebDNA-Talk@talk.smithmicro.com] On Behalf OfScott WaltersSent: Tuesday, November 14, 2006 11:50 AMTo: WebDNA TalkSubject: Re: Basics of tcpconnectI haven't reviewed the history of this thread or wether or it's beenresolved yet.But what little I have read, makes me think that the redirecting could bebeing caused by a router at the hosting location or by www.digg.com's DNSserver host setup...Scott Waltersscott@ideassoftware.com----- Original Message -----From: "Terry Wilson" To: "WebDNA Talk" Sent: Sunday, November 12, 2006 8:27 AMSubject: Re: Basics of tcpconnect> That's right, that's what it's supposed to do. You need to write code to > deal with the result. Set a text variable:>> [text]whatcameback=[TCPConnect host=digg.com&port=80]> [tcpsend]GET / HTTP/1.0[unurl]%0D%0A%0D%0A[/UnURL][/TCPSend]> [/TCPConnect][/text]>> Then you can use [middle] to extract something, either to display directly> on your page or to set another text variable. Depends on what you expect > to extract. Let's say you wanted to set a text variable for the title of > this page. You'd write>> [text]pagetitle=[middle > startafter=&endbefore=][whatcameback][/middle][/text]>> If you are looking to send variables with the request, do another email > archive search for help with authorize.net and tcp. Examples for that have> been posted before. Basically you create the content of your tcpsend with > all your variables.>> HTH,> Terry>>>>--------------------------------------------------------_156740306_->> WebDNA Talk Digest #2324>>>> 1) Basics of tcpconnect>> by "Olin Lagon" >>>>This digest is sent to you because you are subscribed to>> the mailing list .>>To unsubscribe, E-mail to: >>To switch to the FEED mode, E-mail to >>>>Send administrative queries to >>>>>>--------------------------------------------------------_156740306_->>From: "Olin Lagon" >>Subject: Basics of tcpconnect>>Date: Sat, 11 Nov 2006 10:21:50 -1000>>Message-ID: <002a01c705cf$11f1d8e0$6501a8c0@olin>>>Content-Type: text/plain;>> charset="US-ASCII">>Content-Transfer-Encoding: 7bit>>>>Heh can anyone help me on tcpconnect? I copied all of the examples from >>the>>manual and tried a few things I found in the email archive. Can't seem to>>write a tcpconnect to grab the contents of any Webpage. Trying >>specifically>>to do a get and load up a bunch of args. Here is one that I have tried>>direct from the manual>>>>I took this from the docs>>>>[TCPConnect host=digg.com&port=80]>>[tcpsend]GET / HTTP/1.0[unurl]%0D%0A%0D%0A[/UnURL][/TCPSend]>>[/TCPConnect]>>>>In this example just trying to pull the homepage from Digg. I get this>>>>---------------------------------->>HTTP/1.1 302 Found>>Date: Sat, 11 Nov 2006 20:16:40 GMT>>Server: Apache>>Location: http://diggtheblog.blogspot.com/>>Content-Length: 279>>Keep-Alive: timeout=5, max=98>>Connection: Keep-Alive>>Content-Type: text/html; charset=iso-8859-1>>>>>>>>302 Found>>>>Found
>>The document has moved >href="http://diggtheblog.blogspot.com/">here.
>>>>
>>Apache Server at blog.digg.com Port 80>>>>---------------------------------->>>>Any ideas??? Thanks! Olin>>>>>>--------------------------------------------------------_156740306_->>------------------------------------------------------------->>Brought to you by CommuniGate Pro - The Buzz Word Compliant Messaging >>Server.>>To end your Mail problems go to .>>--------------------------------------------------------_156740306_--->> -- > Terry Wilson | terry@terryfic.com | http://terryfic.com> http://WhosComing.com - a simplified, affordable online reservation system> http://TightJacket.com -- stylish protection for your laptop> --------------------------------------------------------------------------> Attitude is the only difference between ordeal and adventure.>> -------------------------------------------------------------> This message is sent to you because you are subscribed to> the mailing list .> To unsubscribe, E-mail to: > To switch to the DIGEST mode, E-mail to > > Web Archive of this list is at: http://webdna.smithmicro.com/ -------------------------------------------------------------This message is sent to you because you are subscribed to the mailing list .To unsubscribe, E-mail to: To switch to the DIGEST mode, E-mail toWeb Archive of this list is at: http://webdna.smithmicro.com/-------------------------------------------------------------This message is sent to you because you are subscribed to the mailing list .To unsubscribe, E-mail to: To switch to the DIGEST mode, E-mail to Web Archive of this list is at: http://webdna.smithmicro.com/
"Olin Lagon"
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:
more info on [setlineitems] (1997)
[WebDNA] Debian Lenny, Lighttpd and WebDNA FastCGI ... (2010)
Can't find templaes (1997)
If Empty ? (1997)
WebCatalog Plug-in for Webstar. (1997)
[WebDNA] Nested Searches (2013)
WebCatalog can't find database (1997)
WC in FL (1999)
can webcat create directories on NT? (1997)
Help formatting search results w/ table (1997)
all records returned. (1997)
PCS Emailer's role ? (1997)
typhoon... (1997)
boldwords funky (1998)
WebCat2b13 Command Reference Doc error (1997)
Outlook Rule (2002)
WebCat2b13MacPlugIn - [include] doesn't allow creator (1997)
Thanks! (1999)
Database changes (1998)
Formatting Email (2000)