On Sun, Jan 26, 2014 at 12:32 AM, Vicky B <vickyb2...@gmail.com> wrote:

> if I have a privilege to ask a question on this topic if can anyone help me
> on how an user fire a put request or delete request ( I am not a hacker)
> .All my life I just used post and get I never thought about these put and
> delete, so if someone helps I would appreciate
>
>
PUT and DELETE type of requests are regularly used in RESTful applications.
So, any REST client would be able to send these type of requests, e.g.
POSTER extension for Firefox, POSTMAN extension for Chrome, etc...

Also, Mark mentioned CURL command line "URL client", e.g.
curl -X "DELETE" http://www.somewebsite.here/page
curl -X "PUT" http://www.somewebsite.here/page

Good luck!
Neven

Reply via email to