Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to perform a HTTP delete? All I am given is the URL

I'm just a starter in java and would like to know how to make a HTTP Delete call to a URL. Any small piece of code or reference material would be very helpful.

I know that the question would sound very simply, but I am in urgent of this information.

like image 561
Winz Avatar asked Nov 05 '22 09:11

Winz


1 Answers

DELETE, PUT, OPTIONS methods are restricted by most of the servers. Here is good discussion about this topic in SO. Are the PUT, DELETE, HEAD, etc methods available in most web browsers?

like image 50
kosa Avatar answered Nov 09 '22 11:11

kosa