I have configured my proxy as below
ProxyRequests off
 <Directory Proxy:*>
  Order Allow,Deny
  Allow from all
 </Directory>
 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 works fine, if I make a HTTP GET request  and I get a XML
response Back..
But my webService REST request for HTTP POST fails.. and Logs also do not
say anyting..


Please guide.
-- 
View this message in context: 
http://www.nabble.com/Apache-Mod-Proxy-with-HTTP-Post-tp25410994p25410994.html
Sent from the Apache HTTP Server - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
   "   from the digest: users-digest-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to