Re: [twsocket] HttpCli extract Header Variable together with php

2009-03-24 Thread wayne forrest
Hello Francois,

you are right, it is header lines that I am referring to,
"Header-Name: value", ending with CRLF.

I find it strange that If I use the above format, I am unable to extract the
value using
HttpCli1.RcvdHeader.Values['Header-Name'];

If I use the following format, I am able to extract the value.

*"Header-Name: Header-Name=aValue"*

HttpCli1.RcvdHeader.Values['*Header-Name: Header-Name*'];

Maybe my understanding is incorrect.







On Mon, Mar 23, 2009 at 7:15 PM, Francois PIETTE
wrote:

> >I am not sure how to extract a header variable with ICS HttpCli together
> > with php
>
> No sure about what you mean by "header variable".
> As far as I know, there is no such concept in HTTP protocol.
> Maybe you mean "header line" ?
>
> --
> francois.pie...@overbyte.be
> The author of the freeware multi-tier middleware MidWare
> The author of the freeware Internet Component Suite (ICS)
> http://www.overbyte.be
>
> --
> To unsubscribe or change your settings for TWSocket mailing list
> please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
> Visit our website at http://www.overbyte.be
>



-- 
C: 076 337 4368
T: 021 880 2037
F: 021 880 2530
-- 
To unsubscribe or change your settings for TWSocket mailing list
please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be


Re: [twsocket] HttpCli extract Header Variable together with php

2009-03-23 Thread Francois PIETTE
>I am not sure how to extract a header variable with ICS HttpCli together
> with php

No sure about what you mean by "header variable". 
As far as I know, there is no such concept in HTTP protocol.
Maybe you mean "header line" ?

--
francois.pie...@overbyte.be
The author of the freeware multi-tier middleware MidWare
The author of the freeware Internet Component Suite (ICS)
http://www.overbyte.be

-- 
To unsubscribe or change your settings for TWSocket mailing list
please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be