How to send PUT, DELETE HTTP request in HttpURLConnection ? Looks like not working.
Posted
by user128647
on Stack Overflow
See other posts from Stack Overflow
or by user128647
Published on 2009-06-26T20:05:37Z
Indexed on
2010/05/23
20:11 UTC
Read the original article
Hit count: 255
I want to know if it is possible to send PUT, DELETE request (practically) through java.net.HttpURLConnection
to HTTP-based URL. I have read so many articles describing that how to send GET, POST, TRACE, OPTIONS request but still not finding any sample code which successfully perform PUT and DELETE request. Can any one give idea regarding that?
© Stack Overflow or respective owner