Hello All,
We are using SAP HANA application with http web protocol. We have simple script where we are not able to go ahead. Below is the application flow.
1. Launching the application
2. Enter the login credentials
3. Click Login button
Above 3 steps we have recorded and replayed the script, but we are getting an error “Request execution is failed due to Missing or invalid X-CSRF Token”.
We have checked in our script, but we don’t find any CSRF token value in our script. We identified this CSRF token has been passing in Headers.
Than we have added “web_add_header ("CSRFToken”, <generated value>"); but issue still persists.
Please help us to handle this error.