put

Hello

I'm doing a webdav server for a internet explorer client and I have a problem when the client sends put for create a new resource because it don't sends the body. I try to send continue (HTTP/1.1 100 Continue) but this didn't works. How I can get the body ?


This is what client and server sends:

Client:
	HEAD /prueba1.txt.txt HTTP/1.1
	Accept-Language: es-ar, en-us;q=0.2
	Translate: f
	Content-Length: 0
	User-Agent: Microsoft Data Access Internet Publishing Provider DAV
	Host: 192.168.0.1:81
	Connection: Keep-Alive

Server:
	HTTP/1.1 404 NOT FOUND

Client:
	PUT /prueba1.txt.txt HTTP/1.1
	Accept-Language: es-ar, en-us;q=0.2
	Translate: f
	Content-Length: 0
	User-Agent: Microsoft Data Access Internet Publishing Provider DAV
	Host: 192.168.0.1:81
	Connection: Keep-Alive

thanks,

__________________________________________________

Todavía no tenés tu Ciudad Internet Mail? Obtenelo ahora! - http://webmail.ciudad.com.ar

Descargá Gratis el nuevo Internet Explorer 6.0, el mejor software para actualizar tu PC.
http://www.ciudad.com.ar/ar/servicios/ie/

Received on Wednesday, 7 August 2002 06:27:05 UTC