CSRF testing of an api endpoint using GET requests
I have an api endpoint that returns a new api token in JSON to the user if they’re logged in to my website with only their session cookies being used to authenticate.
I’m trying to write a piece of code that automatically lo… Continue reading CSRF testing of an api endpoint using GET requests