We have a service which verifies user before it can access data. I need to know if the request is coming from Cypress. I understand I can look into user-agent or I can also set request header but I am trying to find any other way that normal user can't do from browser. Is there anything else Cypress sends with request that we can use?