Re: [PHP] POST headers empty when using SSLProxyEngine

2005-11-20 Thread Florian Effenberger
Hi Mirco, > I had a simmalar problem myself and didn't find a solutions. > As far as I fond out the ssl_proxy module simply does not route POST. It > just routes the link, wich means GET should work. thanks for your reply! That sounds logical, indeed. I have posted my help request to the Apache u

AW: [PHP] POST headers empty when using SSLProxyEngine

2005-11-19 Thread Mirco Blitz
ld be glad to know how. Greetings Mirco -Ursprüngliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Gesendet: Samstag, 19. November 2005 14:14 An: php-general@lists.php.net Betreff: [PHP] POST headers empty when using SSLProxyEngine Hello, inside a SSL host, I us

[PHP] POST headers empty when using SSLProxyEngine

2005-11-19 Thread floeff
Hello, inside a SSL host, I use the SSLProxyEngine to connect encrypted to another server: SSLProxyEngine on ProxyPass /server2 https://server.intranet/mysite ProxyPassReverse /server2 https://server.intranet/mysite There lies a PHP script for file uploads. When I connect to https://server.int

Re: [PHP] POST headers

2001-01-23 Thread jeremy brand
- - - - - - - - - http://www.JEEP-FOR-SALE.com/ -- I need a buyer Get your own Free, Private email at http://www.smackdown.com/ On Wed, 24 Jan 2001, Tobias Talltorp wrote: > Date: Wed, 24 Jan 2001 01:11:08 +0100 > From: Tobias Talltorp <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED

[PHP] POST headers

2001-01-23 Thread Tobias Talltorp
What are the HTTP Headers performing a POST? I need to simulate a POST to a webpage. NOTE: I do not want to use curl or the post-to-host function, since these get the information. What I want to do is this: I enter the page "localhost/post.php" where there are a set of HTTP Headers for sending