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?

odannycodannyc New
edited February 2016 in Vanilla 2.0 - 2.8

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.

Sign In or Register to comment.