wontae0
8 years agoNew Contributor
CSRF Token login
Hi all,
I am new to SOAPUI and API testing. I would like to try API testing. However, I have struggled with csrf token issues.
Basically, I want to test the web app which is frontend Angular web app with xsrf token. Whenever I try to Get XSRF token generate and the token generate dynamically(every time change.). I have researched and come up with the approach below.
1. Post request (log in)
2. Get access token and transfer to next step
3. Get response.
However, I have no ideas that how to input ID and Password then Get dynamic token and transfer to next steps.
Can you share some idea?
Thanks in advance.