Re: TCP Connect/send and CGI

This WebDNA talk-list message is from

2003


It keeps the original formatting.
numero = 54664
interpreted = N
texte = Donovan - I tried with and without. :) Matt - That works (sortof). though it is not posting the data. It returns the same results as if I we passing the data as a GET. I need to POST it. Thanks ----- Original Message ----- From: "WebDna @" To: "WebDNA Talk" Sent: Thursday, December 04, 2003 11:03 AM Subject: Re: TCP Connect/send and CGI > I am doing this on an Os X server, so it is a sort of *nix, being a modified > BSD and all. I can look at CURL. > > Your TCPconnect failed. Bad URL. Though when I add the / in front of the > cgi-bin it works, but as if I am passing it as a GET not POST. > > Ron > ----- Original Message ----- > From: "Bob Minor" > To: "WebDNA Talk" > Sent: Thursday, December 04, 2003 10:43 AM > Subject: Re: TCP Connect/send and CGI > > > > If your on *nix curl is a great tool, it can handle sending and > > recieving cookies and much more. > > > > Very powerful tool. > > > > that said your syntax is wrong should be something like: > > [TCPConnect host=aa.usno.navy.mil] > > [TCPSend]POST > > cgi-bin/aa_altazw?FFX=2&obj=10&xxy=2003&xxm=3&xxd=4&xxi=10&place=&xx0= > > -1&xx1=118&xx2=14&yy0=1& > > yy1=34&yy2=03&zz1=8&zz0=-1&ZZZ=END[UnURL]%0D%0A%0D%0A[/UnURL][/TCPSend] > > [/TCPConnect] > > > > But you may need to work it a little different. See the online guide > > and also the UPS tools in storebuilder for some good examples. > > > > > > > > On Dec 4, 2003, at 12:28 PM, WebDna @ wrote: > > > > > --code > > > [TCPConnect host=aa.usno.navy.mil/cgi-bin/aa_altazw] > > > [TCPSend]POST / > > > FFX=2&obj=10&xxy=2003&xxm=3&xxd=4&xxi=10&place=&xx0= > > > -1&xx1=118&xx2=14&yy0=1& > > > yy1=34&yy2=03&zz1=8&zz0=-1&ZZZ=END[UnURL]%0D%0A%0D%0A[/UnURL][/TCPSend] > > > [/TCPConnect] > > > --results > > > Error: couldn't connect to host [aa.usno.navy.mil/cgi-bin/aa_altazw] > > Robert Minor > > Director of Internet Services > > ------------------------------------------------------------ > > Cybermill Communications > > http://www.cybermill.com http://www.merchantmaker.com > > > > Providing Ecommerce and interactive website development and > > hosting services on Macintosh, Windows NT, *nix, and AS/400. > > > > Complete ddos proof hosting solutions and network services. > > > > > > ------------------------------------------------------------- > > 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 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 to Web Archive of this list is at: http://webdna.smithmicro.com/ Associated Messages, from the most recent to the oldest:

    
  1. Re: TCP Connect/send and CGI ( "WebDna @" 2003)
  2. Re: TCP Connect/send and CGI ( Rob Marquardt 2003)
  3. Re: TCP Connect/send and CGI ( Alain Russell 2003)
  4. Re: TCP Connect/send and CGI ( "WebDna @" 2003)
  5. Re: TCP Connect/send and CGI ( Stuart Tremain 2003)
  6. Re: TCP Connect/send and CGI ( "WebDna @" 2003)
  7. Re: TCP Connect/send and CGI ( "WebDna @" 2003)
  8. Re: TCP Connect/send and CGI ( Alain Russell 2003)
  9. Re: TCP Connect/send and CGI ( "WebDna @" 2003)
  10. Re: TCP Connect/send and CGI ( "Dan Strong" 2003)
  11. Re: TCP Connect/send and CGI ( Alain Russell 2003)
  12. Re: TCP Connect/send and CGI ( John Peacock 2003)
  13. Re: TCP Connect/send and CGI ( Alain Russell 2003)
  14. Re: TCP Connect/send and CGI ( Matthew A Perosi 2003)
  15. Re: TCP Connect/send and CGI ( Matthew A Perosi 2003)
  16. Re: TCP Connect/send and CGI ( "WebDna @" 2003)
  17. Re: TCP Connect/send and CGI ( "WebDna @" 2003)
  18. Re: TCP Connect/send and CGI ( "WebDna @" 2003)
  19. Re: TCP Connect/send and CGI ( Bob Minor 2003)
  20. Re: TCP Connect/send and CGI ( Matthew A Perosi 2003)
  21. Re: TCP Connect/send and CGI ( Matthew A Perosi 2003)
  22. Re: TCP Connect/send and CGI ( Donovan Brooke 2003)
  23. TCP Connect/send and CGI ( "WebDna @" 2003)
Donovan - I tried with and without. :) Matt - That works (sortof). though it is not posting the data. It returns the same results as if I we passing the data as a GET. I need to POST it. Thanks ----- Original Message ----- From: "WebDna @" To: "WebDNA Talk" Sent: Thursday, December 04, 2003 11:03 AM Subject: Re: TCP Connect/send and CGI > I am doing this on an Os X server, so it is a sort of *nix, being a modified > BSD and all. I can look at CURL. > > Your TCPconnect failed. Bad URL. Though when I add the / in front of the > cgi-bin it works, but as if I am passing it as a GET not POST. > > Ron > ----- Original Message ----- > From: "Bob Minor" > To: "WebDNA Talk" > Sent: Thursday, December 04, 2003 10:43 AM > Subject: Re: TCP Connect/send and CGI > > > > If your on *nix curl is a great tool, it can handle sending and > > recieving cookies and much more. > > > > Very powerful tool. > > > > that said your syntax is wrong should be something like: > > [TCPConnect host=aa.usno.navy.mil] > > [tcpsend]POST > > cgi-bin/aa_altazw?FFX=2&obj=10&xxy=2003&xxm=3&xxd=4&xxi=10&place=&xx0= > > -1&xx1=118&xx2=14&yy0=1& > > yy1=34&yy2=03&zz1=8&zz0=-1&ZZZ=END[unurl]%0D%0A%0D%0A[/UnURL][/TCPSend] > > [/TCPConnect] > > > > But you may need to work it a little different. See the online guide > > and also the UPS tools in storebuilder for some good examples. > > > > > > > > On Dec 4, 2003, at 12:28 PM, WebDna @ wrote: > > > > > --code > > > [TCPConnect host=aa.usno.navy.mil/cgi-bin/aa_altazw] > > > [tcpsend]POST / > > > FFX=2&obj=10&xxy=2003&xxm=3&xxd=4&xxi=10&place=&xx0= > > > -1&xx1=118&xx2=14&yy0=1& > > > yy1=34&yy2=03&zz1=8&zz0=-1&ZZZ=END[unurl]%0D%0A%0D%0A[/UnURL][/TCPSend] > > > [/TCPConnect] > > > --results > > > Error: couldn't connect to host [aa.usno.navy.mil/cgi-bin/aa_altazw] > > Robert Minor > > Director of Internet Services > > ------------------------------------------------------------ > > Cybermill Communications > > http://www.cybermill.com http://www.merchantmaker.com > > > > Providing Ecommerce and interactive website development and > > hosting services on Macintosh, Windows NT, *nix, and AS/400. > > > > Complete ddos proof hosting solutions and network services. > > > > > > ------------------------------------------------------------- > > 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 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 to Web Archive of this list is at: http://webdna.smithmicro.com/ "WebDna @"

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:

read and write you own cookies with webcat (1997) Searching for Email Address (2004) RequiredFields template (1997) All choice in popups (1997) $Replace with [founditems] (1997) [URL] around a [sendmail] recipient? (2000) [WebDNA] Retrieving a PDF from an email (2008) Math, Multiple Equasions and Show/Hide (1998) sort problems....bug or brain fart? (1997) date (1998) Using Applescript to process WebCatalog functions (1998) [WebDNA] [ipaddress] - [RealIP] - Not working properly (2016) Show if time tags (1997) can WC render sites out? (1997) Trouble with formula.db (1997) mac hack (1997) Problem displaying search result (1997) SHOWIF/HIDEIF empty fields (2005) Card clearance, problems - solutions? (1997) error in online 3.x docs - makes it impossible to read aboutfile formats (2000)