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:

This message couldn't reach the list! (multi-column (1998) Shopping carts and reloading pages (1997) WebCat2b15MacPlugin - showing [math] (1997) What am I missing (1997) Upgrade Pricing? (2003) WebCat2 - Getting to the browser's username/password data (1997) Return records from another (1997) Sorting Numbers (1997) BBEdit WedDNA Codeless Language Module (2007) WebCat2b15MacPlugin - showing [math] (1997) PSC recommends what date format yr 2000??? (1997) encrypt/decrypt (2001) WebCat2b13MacPlugIn - [include] doesn't allow creator (1997) [FoundItems] Image Gallery (2001) Error (1997) SSL (1998) Quit revisited (1997) Limitations on fields? Server is crashing (1997) WebDNA for Dummies (2004) This list needs a digest: rant, rave... (1997)