Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Help with changing "Sign Out" link to send a DELETE instead of a GET request?
odannyc
New
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
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.