 |
BorlandTalk.com Borland discussion newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
Nathan Guest
|
Posted: Mon Sep 29, 2003 3:02 pm Post subject: Debugging HTTP Communication |
|
|
Hi All,
I am having trouble using POST with Indy components. If I use ICS
components, things work. What I would like to do is look at the raw data
each component is sending to the web server. Does anyone know a good
program that will let me examine this?
Nathan
|
|
| Back to top |
|
 |
Remy Lebeau (TeamB) Guest
|
Posted: Tue Sep 30, 2003 12:10 am Post subject: Re: Debugging HTTP Communication |
|
|
"Nathan" <nbayles (AT) hotmail (DOT) com> wrote
| Quote: | I am having trouble using POST with Indy components. If I use ICS
components, things work. What I would like to do is look at the raw data
each component is sending to the web server. Does anyone know a good
program that will let me examine this?
|
You don't need another program for that. You can attach a TIdLog...
component to the TIdHTTP itself, such as TIdLogDebug, TIdLogEvent, or
TIdLogFile, and then do whatever you need to with the intercepted data as it
is being transmitted.
Gambit
|
|
| Back to top |
|
 |
ask@2vias.com.ar Guest
|
Posted: Tue Sep 30, 2003 4:37 pm Post subject: Re: Debugging HTTP Communication |
|
|
En Mon, 29 Sep 2003 17:10:30 -0700, Remy Lebeau (TeamB)
<gambit47 (AT) yahoo (DOT) com> escribió:
| Quote: | TIdLogFile is a good start for that purporse, but TamoSoft CommView Free
Trial is allways useful.
Besides I have some problems with TIdHTTPClient POST method. The thing
is that the TStringlist with POST params had an incorrent & at the end.
I don't know if the HTTP header content-length is right (+plus last &)
but the server I posting to don¿t like it ;_(
|
--
Using M2, Opera's revolutionary e-mail client: http://www.opera.com/m2/
|
|
| Back to top |
|
 |
Johannes Berg Guest
|
Posted: Tue Sep 30, 2003 6:02 pm Post subject: Re: Debugging HTTP Communication |
|
|
On Tue, 30 Sep 2003 13:37:27 -0300, ask wrote:
Unrelated to any topic in here -- could you please write without quote
characters in front of your own text?
Writing like
| Quote: | this
makes your posts impossible to read (my newsreader can mute quoted text...) |
johannes
|
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|