I have one http request and it extracted the csrf token.But the csrf token attached with attached with html and javascript.
If the request success the csrf token is attached with HTMl.
If the request fails the csrf is attached with javaScript.
I’m able to extract both and
i need to pass the csrf to next request. based on the condition.
How can i achieve it ?Any suggestions.
Source: Read More