Re: [us...@httpd] Apache Mod Proxy with HTTP Post

2009-09-12 Thread MarkAtHarvest
Thank you for the response.. I haven't sniffed the packets, I need to look into that. but the summary is if I make a HTTP POST request from browser to twitter using apache PROXY it fails, it sends me a HTTP STATUS as 0.. and I get HTTP Failed output.. If I do the same request, using the following

Re: [us...@httpd] Apache Mod Proxy with HTTP Post

2009-09-12 Thread André Warnier
MarkAtHarvest wrote: I have configured my proxy as below ProxyRequests off Order Allow,Deny Allow from all ProxyPass /tproxy/ http://twitter.com/ ProxyPassReverse /tproxy/ http://twitter.com/ RequestHeader unset Accept-Encoding I am trying access Twitter webservice REST APIS from my c

[us...@httpd] Apache Mod Proxy with HTTP Post

2009-09-11 Thread MarkAtHarvest
I have configured my proxy as below ProxyRequests off Order Allow,Deny Allow from all ProxyPass /tproxy/ http://twitter.com/ ProxyPassReverse /tproxy/ http://twitter.com/ RequestHeader unset Accept-Encoding I am trying access Twitter webservice REST APIS from my client.. Everything wor