Re: Using HEAD TRACE OPTIONS with http



On Sun, 30 Mar 2008 00:20:02 -0700 (PDT), Ravi wrote:
How can I use http request methods like HEAD, TRCAE, OPTIONS etc
with urlConnection. I tried setRequestProperty("TRACE", "") but
still I get the contents of the file.

Did you try HttpUrlConnection.setRequestMethod()?

/gordon

--
.