Occasionally, users may encounter a "Validation of Anti-XSRF token failed" error message when attempting to log in to Spira, or seemingly at random while navigating the application.
This error is tied to a built-in anti-malware security feature designed to prevent Cross-Site Request Forgery (CSRF/XSRF) and phishing attacks. To ensure that a forged or dangerous request is not being submitted on your behalf, Spira runs a checksum validation. It compares the form being submitted against the user's secure Anti-XSRF header. If these do not match, Spira blocks the request and throws this error.
A random reoccurrence of this issue is considered normal and is not a cause for concern.
Sometimes you have the situation where you can record/play a Java application using Rapise having correctly installed the Java bridge and set the JAVA_HOME environment variable correctly, but applets running inside a web browser do not work. This article provides some suggested solutions
When you are testing a web application against different environments, it can be useful disable to default browser auto-updating policies so that you have a stable testing environment. This articles describes how to disable the auto-updating policies of Google Chrome and Firefox.