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:

searchable list archive (1997) cybercash on OSX - was Executing remote AppleScript (2000) NT vs Mac (1997) switching users (1998) Forbidden CGI Error (1997) Email within tmpl ? (1997) WebCatalog for Postcards ? (1997) build a select list from a db search (2004) [protect admin] (1997) Editor Recommendation for NT Users (1998) Bug? (1997) WebCat and image maps (1997) Single Link browsing (1997) upgrading (1997) Simple way to create unique SKU (1997) using showpage and showcart commands (1996) Buying sans cart (1997) upgrading (1997) Help with update to 2.11 (1998) 4.0 upgrade pricing (2000)