RE: [twsocket] HttpTst: Can erad xml on LAN, what am I doing wrong for internet?

2005-06-21 Thread Bjørnar Nielsen
stream at the beginning). Regards Bjørnar > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of TK Boyd > Sent: 21. juni 2005 15:33 > To: ICS support mailing > Subject: Re: [twsocket] HttpTst: Can erad xml on LAN,what am > I doi

Re: [twsocket] HttpTst: Can erad xml on LAN, what am I doing wrong for internet?

2005-06-21 Thread Francois Piette
.RcvdStream.Seek(0, 0); Memo1.Lines.LoadFromStream(HttpCli1.RcvdStream); HttpCli1.RcvdStream.Free; end; -- [EMAIL PROTECTED] http://www.overbyte.be - Original Message - From: "TK Boyd" <[EMAIL PROTECTED]> To: "ICS support mailing" Sent: Tuesday, June 21, 2

Re: [twsocket] HttpTst: Can erad xml on LAN, what am I doing wrong for internet?

2005-06-21 Thread TK Boyd
Many thanks for the quick reply! I've spent 2 hours trying Get instead of Post... there are still some areas I could explore... maybe Get is better, and I'm just meeting the NEXT problem, but Are you sure "Get" is the way to go? So far: My program works.. for LAN, not internet, if I use Po

Re: [twsocket] HttpTst: Can erad xml on LAN, what am I doing wrong for internet?

2005-06-21 Thread Francois Piette
> cmd> POST /temper.xml HTTP/1.0 Why are you using Post ? It should probably be a Get. -- [EMAIL PROTECTED] http://www.overbyte.be -- To unsubscribe or change your settings for TWSocket mailing list please goto http://www.elists.org/mailman/listinfo/twsocket Visit our website at http://www.ove