A common vulnerability in web clients is cross-site request forgery, which lets an attacker impersonate a user when accessing a system. Thus we use the Xrfkey to prevent that, without Xrfkey being set in the URL the server will send back a message saying: XSRF prevention check failed. Possible XSRF discovered.
When the xrfkey parameter is missing or the xrfkey value differs from the value in the header the following error occurs:
403 - Forbidden
XSRF prevention check failed. Possible XSRF discovered.