Help with changing "Sign Out" link to send a DELETE instead of a GET request?

Okay just a quick question..
Anyone know where or how I can do to change the "Sign Out" link to send a DELETE instead of a GET request?
0
Okay just a quick question..
Anyone know where or how I can do to change the "Sign Out" link to send a DELETE instead of a GET request?
Comments
Onyl ajax can send a DELETE request in a browser.
Best option is to proxy it. Why is it necessary?
grep is your friend.
ajax method would to hijack the click with jquery and send an ajax request with type DELETE
however proxying is more full proof if you supply your own link.
grep is your friend.