[twsocket] Re Message-Id is not valid, according to RFC 2822

2006-07-18 Thread kaythorn
>> Is there something I can do to pacify X-Spam? > > Remove that space (the one between Roland and Couvela). Shall we modify function GenerateMessageID? Something like: .but wouldn't it be simpler to use SignOn if it exists, then it would be under the control of the application and also ma

Re: [twsocket] R: Http Post problem

2006-07-18 Thread Wilfried Mestdagh
Hello Rocco, Log with SocketSpy or gpHttpProxy (user made) the difference with browser and THttpcli. This will show what is wrong. --- Rgds, Wilfried [TeamICS] http://www.overbyte.be/eng/overbyte/teamics.html http://www.mestdagh.biz Tuesday, July 18, 2006, 15:25, Rocco Neri wrote: > Francois >

Re: [twsocket] R: Http Post problem

2006-07-18 Thread Francois Piette
> I tried to use the get method using the same URL I use with IE but > unfortunately I have the same negative responce with no possibility to log > to the application. Show you code to build the URL. > Other suggestion? Maybe you need to grab a cookie first. Use a sniffer to see exactly what IE

Re: [twsocket] Message-Id is not valid, according to RFC 2822

2006-07-18 Thread Piotr Dałek
Hello! >>> Is there something I can do to pacify X-Spam? >> >> Remove that space (the one between Roland and Couvela). > Shall we modify function GenerateMessageID? Something like: Do whatever you please... -- Piotr Dalek [EMAIL PROTECTED]

[twsocket] R: Http Post problem

2006-07-18 Thread Rocco Neri
Francois I tried to use the get method using the same URL I use with IE but unfortunately I have the same negative responce with no possibility to log to the application. Other suggestion? Regards Rocco Neri -Messaggio originale- Da: Francois Piette [mailto:[EMAIL PROTECTED] Inviato:

Re: [twsocket] Http Post problem

2006-07-18 Thread Francois Piette
> I have a problem using http component posting parameters to log into a PHP > application. > If I can log to using IE writing in the url area the following string: > http.Post; Since you enter the URL into IE address bar, you must use the same URL with the HTTP component (includi

Re: [twsocket] Http Post problem

2006-07-18 Thread DZ-Jay
On Jul 18, 2006, at 06:03, Rocco Neri wrote: > Hi > > I have a problem using http component posting parameters to log into a > PHP > application. > > If I can log to using IE writing in the url area the following string: > > http://localhost:9090/index.php?c=login/login >

Re: [twsocket] Http Post problem

2006-07-18 Thread Maurizio Lotauro
Scrive Rocco Neri <[EMAIL PROTECTED]>: > Hi > > > > I have a problem using http component posting parameters to log into a PHP > application. > > > > If I can log to using IE writing in the url area the following string: [...] What you write in the url of IE you must write in the URL pr

[twsocket] Http Post problem

2006-07-18 Thread Rocco Neri
Hi I have a problem using http component posting parameters to log into a PHP application. If I can log to using IE writing in the url area the following string: http://localhost:9090/index.php?c=login/login