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:

Can't add a field (1998) [WebDNA] WebDNA 7.0 release for the talk-list users (2011) If statement troubles (2002) Web Developer Product Awards (1997) Search problems! (1999) Wanted: More Math Functions (or, Can You Solve This?) (1997) Version f1 status (1997) NT Version on IIS 4.0 (1997) Waitforfile question (2004) Major Problem (2003) Standalone Testing (1998) b12 cannot limit records returned and more. (1997) Fun with Dates - revisited (1997) [BULK] [WebDNA] New Webdna framework ! ... (addresses some initial concerns... coming into the design of a large project) (2012) Quickie question on the email templates (1997) IIS Brain Dead (1998) [WebDNA] v7 problem? (2012) Comments in db? (1997) Re:listfiles-looking for slick solution (1997) WC2/Mac -- Forms not submitting correctly with Mac browsers (1997)