I have been using mod_auth_digest.so.. and it works great..
here is how the working conf looks..
Options Indexes FollowSymlinks ExecCGI
AuthType Digest
AuthName "private"
AuthUserFile /etc/httpd/passwd/digest
Require valid-user
//other settings
Also
#custom log file
LogLevel debug
ErrorLog /var/log/httpd/mysite.local.error.log
CustomLog /var/log/httpd/mysite.local.access.log combined
I will look into the packet sniffing, but not sure what to find over there..
awarnier wrote:
>
> MarkAtHarvest wrote:
>> I have configure
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