Discussions
Are __RequestVerificationToken values stored anywhere?
6 days ago by Jake Bound
I have a client - on-prem EMS - with a tried-and-true solution for updating Subscriptions using inline JavaScript. It works for all users who should have access to it, all with the right permissions, etc. except for one user. We can use her account successfully on other workstations, but not on hers, the API call returns a 401 Unauthorized. She's a sysadmin with 8's across the board, it's the default /Subscription endpoint. She CAN use it in incognito mode. All I can think of is that there's a combination of the __RequestVerificationToken and maybe MAC address or iMIS ID that's corrupt somewhere. Is that value (the token) stored anywhere in SQL? Thanks.