Re: [us...@httpd] Getting HTTP Headers from CGI program

2010-01-02 Thread Tushar Joshi
On Thu, Dec 31, 2009 at 06:45:51PM +, Nick Kew wrote: On 31 Dec 2009, at 17:31, Tushar Joshi wrote: Right bottom posting this time. I've looked in the manual searched on the web but I presume there isn't an easy way. I've looked at mod header and set env and I don't really want

Re: [us...@httpd] Getting HTTP Headers from CGI program

2009-12-31 Thread Tushar Joshi
Hi thanks for the reply. I'm writing my applications in C so would have thought there might be a low level way of doing this. Turtle Networks Tel +44 (0)20 8896 2600 www.turtle.net Unit 48 Concord Road London W3 0TH On 31 Dec 2009, at 14:23, André Warnier a...@ice-sa.com wrote: Tushar

Re: [us...@httpd] Getting HTTP Headers from CGI program

2009-12-31 Thread Tushar Joshi
On 31 Dec 2009, at 16:20, Nick Kew n...@webthing.com wrote: On 31 Dec 2009, at 01:44, Tushar Joshi wrote: Hi, I'm trying to get a HTTP header from my CGI program, in this particular example it's SOAPAction, however I'm not sure how to do this as you can only getenv some

[us...@httpd] Getting HTTP Headers from CGI program

2009-12-30 Thread Tushar Joshi
Hi, I'm trying to get a HTTP header from my CGI program, in this particular example it's SOAPAction, however I'm not sure how to do this as you can only getenv some of the headers. Is there a way to get all the headers sent from the client or a way in maybe the apache config to set the