Re: TCPConnect / TCPSend to Solaris NN Enterprise

This WebDNA talk-list message is from

2002


It keeps the original formatting.
numero = 43909
interpreted = N
texte = Cool .. That'll be $2 thanks ;)> Alain and Peter, > > Thanks for all of your help. This worked perfectly! > -Robert > > Alain Russell wrote: > >> Peter, >> Add the fields something like this .. >> >> [text]break=[UnURL]%0D%0A[/UnURL][/text] >> >> >> [middle startafter=&endbefore=] >> [TCPConnect host=www.[ref_host].com&port=80] >> [TCPSend]GET [ref_path] HTTP/1.0[break][!] >> [/!]Host: [ref_host][break][!] >> [/!]Referrer: [thisurl][break][!] >> [/!][break][/TCPSend] >> [/TCPConnect] >> [/middle] >> >> >> HTH >> Alain >> >>> Peter, >>> >>> Thanks for the information! As I am admittedly TCPConnect Ignorant, could >>> you >>> please show me what this code might look like using what I originally >>> provided? >>> I'm not sure exactly where to put the header information you're describing. >>> I >>> just >>> want to get it right, getting files posted and getting access to this server >>> for >>> testing is a friggin' nightmare. Here's my original scheme.... >>> >>> >>> [middle startafter=&endbefore=] >>> [TCPConnect host=www.[ref_host].com&port=80] >>> [TCPSend]GET [ref_path] >>> HTTP/1.0[/TCPSend] >>> [/TCPConnect] >>> [/middle] >>> >>> >>> THANKS! >>> >>> Peter Werno wrote: >>> >>>> Hello >>>> >>>> it MAY also be that your Netscape-Server requires certain fields that >>>> get posted by regular browsers. >>>> >>>> For example, a browser would usually post somting like this: >>>> >>>> GET / HTTP/1.0 >>>> host: www.domain.com >>>> User-Agent: Mozilla, ... >>>> >>>> (Every line separated by a SINGLE linebread (%0D%0A) and at the END a >>>> double-linebreak (%0D%0A%0D%0A)! >>>> >>>> I could imagine that your server needs the host: - header. This is >>>> usually the case if you use virtual domains on the server. Then it >>>> needs to know which virtual server to use by checking the >>>> host-header-information! >>>> >>>> Regards, >>>> >>>> Peter >>>> >>>> On Fri, 27 Sep 2002 10:28:08 >>>> Kenneth Grome wrote: >>>>> There's not supposed to be any line break in the TCPSend context, >>>>> but your code has one there, at least in the email message I >>>>> received from the list. Try removing that line break and let us >>>>> know if it works, or try this instead: >>>>> >>>>> [text]newline=[UnURL]%0D%0A%0D%0A[/UnURL][/text] >>>>> >>>>> [middle startafter=&endbefore=] >>>>> [TCPConnect host=www.[ref_host].com&port=80] >>>>> [TCPSend]GET [ref_path] HTTP/1.0[newline][/TCPSend] >>>>> [/TCPConnect] >>>>> [/middle] >>>>> >>>>> >>>>> >>>>>> I have an application I've developed that uses TCPconnect to send >>>>>> HTML pages >>>>>> through email. All the development for this product was done on >>>>>> MacOS/Webstar >>>>>> including the TCPconnects / sends. After completion and testing, >>>>>> I've tried to do >>>>>> some TCPconnects to a Solaris 8 Box running Netscape-Enterprise/3.6 >>>>>> SP3, and of >>>>>> course the connect fails. I suspect it has to do with the line >>>>>> breaks in the >>>>>> send. The code that I'm using below is what works perfect when >>>>>> connecting to a >>>>>> Mac/Web* page... >>>>>> >>>>>> >>>>>> [middle startafter=&endbefore=] >>>>>> [TCPConnect host=www.[ref_host].com&port=80] >>>>>> [TCPSend]GET [ref_path] >>>>>> HTTP/1.0[UnURL]%0D%0A%0D%0A[/UnURL][/TCPSend] >>>>>> [/TCPConnect] >>>>>> [/middle] >>>>>> >>>>>> >>>>>> When I use this code to connect to the Solaris / NN page, I get this >>>>>> message >>>>>> returned... >>>>>> >>>>>> ---- HTTP/1.1 400 Bad Request Server: Netscape-Enterprise/3.6 SP3 >>>>>> Your browser >>>>>> sent a message this server could not understand. ---- >>>>>> >>>>>> Could someone please explain the linebreak issue, and provide me >>>>>> with the >>>>>> appropriate information I'll need to perform this connection? >>>>>> >>>>>> Thanks in Advance!! >>>>>> >>>>>> -Robert >>>>>> >>>>>> >>>>>> ------------------------------------------------------------- >>>>>> 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://search.smithmicro.com/ >>>>> >>>>> >>>>> >>>>> Sincerely, >>>>> Kenneth Grome >>>>> >>>>> --------------------------------------------------- >>>>> WebDNA Professional Training and Development Center >>>>> 175 J. Llorente Street +63 (32) 255-6921 >>>>> Cebu City, Cebu 6000 kengrome@webdna.net >>>>> Philippines http://www.webdna.net >>>>> --------------------------------------------------- >>>>> >>>>> ------------------------------------------------------------- >>>>> 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://search.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://search.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://search.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://search.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://search.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://search.smithmicro.com/ Associated Messages, from the most recent to the oldest:

    
  1. Re: TCPConnect / TCPSend to Solaris NN Enterprise (Alain Russell 2002)
  2. Re: TCPConnect / TCPSend to Solaris NN Enterprise (dale's stuff 2002)
  3. Re: TCPConnect / TCPSend to Solaris NN Enterprise (Alain Russell 2002)
  4. Re: TCPConnect / TCPSend to Solaris NN Enterprise (Robert Wade 2002)
  5. Re: TCPConnect / TCPSend to Solaris NN Enterprise (Alain Russell 2002)
  6. Re: TCPConnect / TCPSend to Solaris NN Enterprise (Robert Wade 2002)
  7. Re: TCPConnect / TCPSend to Solaris NN Enterprise (Peter Werno 2002)
  8. Re: TCPConnect / TCPSend to Solaris NN Enterprise (Kenneth Grome 2002)
  9. TCPConnect / TCPSend to Solaris NN Enterprise (Robert Wade 2002)
Cool .. That'll be $2 thanks ;)> Alain and Peter, > > Thanks for all of your help. This worked perfectly! > -Robert > > Alain Russell wrote: > >> Peter, >> Add the fields something like this .. >> >> [text]break=[unurl]%0D%0A[/UnURL][/text] >> >> >> [middle startafter=&endbefore=] >> [TCPConnect host=www.[ref_host].com&port=80] >> [tcpsend]GET [ref_path] HTTP/1.0[break][!] >> [/!]Host: [ref_host][break][!] >> [/!]Referrer: [thisurl][break][!] >> [/!][break][/TCPSend] >> [/TCPConnect] >> [/middle] >> >> >> HTH >> Alain >> >>> Peter, >>> >>> Thanks for the information! As I am admittedly TCPConnect Ignorant, could >>> you >>> please show me what this code might look like using what I originally >>> provided? >>> I'm not sure exactly where to put the header information you're describing. >>> I >>> just >>> want to get it right, getting files posted and getting access to this server >>> for >>> testing is a friggin' nightmare. Here's my original scheme.... >>> >>> >>> [middle startafter=&endbefore=] >>> [TCPConnect host=www.[ref_host].com&port=80] >>> [tcpsend]GET [ref_path] >>> HTTP/1.0[/TCPSend] >>> [/TCPConnect] >>> [/middle] >>> >>> >>> THANKS! >>> >>> Peter Werno wrote: >>> >>>> Hello >>>> >>>> it MAY also be that your Netscape-Server requires certain fields that >>>> get posted by regular browsers. >>>> >>>> For example, a browser would usually post somting like this: >>>> >>>> GET / HTTP/1.0 >>>> host: www.domain.com >>>> User-Agent: Mozilla, ... >>>> >>>> (Every line separated by a SINGLE linebread (%0D%0A) and at the END a >>>> double-linebreak (%0D%0A%0D%0A)! >>>> >>>> I could imagine that your server needs the host: - header. This is >>>> usually the case if you use virtual domains on the server. Then it >>>> needs to know which virtual server to use by checking the >>>> host-header-information! >>>> >>>> Regards, >>>> >>>> Peter >>>> >>>> On Fri, 27 Sep 2002 10:28:08 >>>> Kenneth Grome wrote: >>>>> There's not supposed to be any line break in the TCPSend context, >>>>> but your code has one there, at least in the email message I >>>>> received from the list. Try removing that line break and let us >>>>> know if it works, or try this instead: >>>>> >>>>> [text]newline=[unurl]%0D%0A%0D%0A[/UnURL][/text] >>>>> >>>>> [middle startafter=&endbefore=] >>>>> [TCPConnect host=www.[ref_host].com&port=80] >>>>> [tcpsend]GET [ref_path] HTTP/1.0[newline][/TCPSend] >>>>> [/TCPConnect] >>>>> [/middle] >>>>> >>>>> >>>>> >>>>>> I have an application I've developed that uses TCPconnect to send >>>>>> HTML pages >>>>>> through email. All the development for this product was done on >>>>>> MacOS/Webstar >>>>>> including the TCPconnects / sends. After completion and testing, >>>>>> I've tried to do >>>>>> some TCPconnects to a Solaris 8 Box running Netscape-Enterprise/3.6 >>>>>> SP3, and of >>>>>> course the connect fails. I suspect it has to do with the line >>>>>> breaks in the >>>>>> send. The code that I'm using below is what works perfect when >>>>>> connecting to a >>>>>> Mac/Web* page... >>>>>> >>>>>> >>>>>> [middle startafter=&endbefore=] >>>>>> [TCPConnect host=www.[ref_host].com&port=80] >>>>>> [tcpsend]GET [ref_path] >>>>>> HTTP/1.0[unurl]%0D%0A%0D%0A[/UnURL][/TCPSend] >>>>>> [/TCPConnect] >>>>>> [/middle] >>>>>> >>>>>> >>>>>> When I use this code to connect to the Solaris / NN page, I get this >>>>>> message >>>>>> returned... >>>>>> >>>>>> ---- HTTP/1.1 400 Bad Request Server: Netscape-Enterprise/3.6 SP3 >>>>>> Your browser >>>>>> sent a message this server could not understand. ---- >>>>>> >>>>>> Could someone please explain the linebreak issue, and provide me >>>>>> with the >>>>>> appropriate information I'll need to perform this connection? >>>>>> >>>>>> Thanks in Advance!! >>>>>> >>>>>> -Robert >>>>>> >>>>>> >>>>>> ------------------------------------------------------------- >>>>>> 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://search.smithmicro.com/ >>>>> >>>>> >>>>> >>>>> Sincerely, >>>>> Kenneth Grome >>>>> >>>>> --------------------------------------------------- >>>>> WebDNA Professional Training and Development Center >>>>> 175 J. Llorente Street +63 (32) 255-6921 >>>>> Cebu City, Cebu 6000 kengrome@webdna.net >>>>> Philippines http://www.webdna.net >>>>> --------------------------------------------------- >>>>> >>>>> ------------------------------------------------------------- >>>>> 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://search.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://search.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://search.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://search.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://search.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://search.smithmicro.com/ Alain Russell

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:

Hiding HTML and page breaks (1997) AW: AW: Credit card processing - UK (1997) Separate SSL Server (1997) [WebDNA] WebDNA not running after 10.6.3 update (2010) problems with 2 tags shakur (1997) Setting up shop (1997) keep W* in front applescript? (1998) [WebDNA] Converting a CSV file to a WebDNA db automatically? (2016) Cookies (1999) [CONVERTCHARS] suggestion (2000) Help with sorting search results sorting (1998) Change history ... ? (2003) ColdFusion v. WebDNA (2004) Overridding E-Mailer (1998) Bug or syntax error on my part? (1997) WebCatalog2 Feature Feedback (1996) WebCat name recognition (was MacFinder -- a new WebDNA website) (1998) Bug Report, maybe (1997) Protect vs Authenicate (1997) Updating fields from different platforms (1998)