How To Handle CSRF Token in Jmeter
Reading Time: 2 minutes What is CSRF– CSRF stands for Cross-Site Request Forgery. Generally when we login in website it always ask for authentication. For the security point of view developer mostly time pass the csrftoken with login parameter. but our topic is how to handle this csrf token in jmeter. when we do load testing using jmeter and if we not handle the csrf token we get this Continue Reading