You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Jarosław Skrzydło <sk...@wit.edu.pl> on 2005/08/16 12:04:31 UTC

[users@httpd] Mime and username with WebDav

Hello!

I'm working with web-dav (http://www.webdav.org/) and I have a serious
problem with
getting username and mime from apache request_rec.

I tryied to it in this way:

void some_function (request_rec *r)
{
char *user=(char *)r->connection->user;
char *mime=(char *)r->content_type;
char *remote_ip=(char *)r->connetcion->remote_ip;

/*
Mime and user is null, but remote_ip is ok!
*/

}
I have also tryied to get this information from headers_in but with no
result.

What can I do to get mime and username?

Best Regards!
JS




---------------------------------------------------------------------
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-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org