S
Scott Moore
Guest
Reading Malcolm Isaacs 2013 article on using JavaScript in a LR web/http script. It's great, but I would like to see some other examples. Anyone know a good source? I have a CSRF request being generated by the OWASP CSRFGuard project and I can see the JS code making the token request, but I am not familiar with how to call it from Vugen to be able to get this value and use it in the script as a dynamic correlation. It appears they are calling a JavaScript servlet and the JS is: xhr.setRequestHeader("FETCH-CSFR-TOKEN", "1"); I believe that is what is getting the token, although I may be wrong. How could I run the function to get the token information manually?