How can i get entity headers
Posted: Sat Oct 16, 2004 11:41 am
Dear All,
i appreciate your hints to the following:
a client is sending an URL to the server f.e. "GET /index.php?info&id=xxxxxxx&comp=AL......"
With QUERY_STRING i can extract the command (info) and all other parameters (id,comp...).
The client sends a command create&id=xxxxx$comp..... and immediately some entity headers with infos like x-comp: data; content-type: application/xxx; ..... and immediatley the data.
Again i can filter the command and the parameters. But pls how to get all following entity headres and the data.
I tried with several functions like getallheaders() but i get only the request headers .... I need to parse the entity headers.
I have PHP4,Apache.
Thanks a lot for your help !
Regards,
Tony
i appreciate your hints to the following:
a client is sending an URL to the server f.e. "GET /index.php?info&id=xxxxxxx&comp=AL......"
With QUERY_STRING i can extract the command (info) and all other parameters (id,comp...).
The client sends a command create&id=xxxxx$comp..... and immediately some entity headers with infos like x-comp: data; content-type: application/xxx; ..... and immediatley the data.
Again i can filter the command and the parameters. But pls how to get all following entity headres and the data.
I tried with several functions like getallheaders() but i get only the request headers .... I need to parse the entity headers.
I have PHP4,Apache.
Thanks a lot for your help !
Regards,
Tony