People often ask me "How did you learn how to hack?" The answer: by reading. This page is a collection of the blog posts and other articles that I have accumulated over the years of my journey. Enjoy!
fetchLater function was added. This will send requests after some time, even if the tab is closed. This means it may be possible to do the following:
fetchLater for a fetch requests that uses cookies for a sensitive API.fetchLater request runs in the context of the users session. This is an easy account takeover from here!