I hardly try to send a PUT request whit HttpsURLConnection
but I cant make it and I don’t even get a response code, so now I want to do that whit Apache.
Here the question.
How can I send this request
curl -s -uedoweb-admin:admin -F"data=@/home/raul/test/t1/6376990.pdf;type=application/pdf" -XPUT api.localhost/resource/frl:6376979/data
and here the trace: http://pastebin.com/jJmungAy
in Java with the Apache lib.