A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More.
AI OnAI Off
A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More.
Hi all
I'm trying to record the user agent string in an xform and gettin git to include it in the generated email. So far I am trying this
in global.asax.cs. Unfortunately the Request object isn't valid in this context so I'm stuck at this point
My only other thoughts are
1. Some javascript to squirt in a hidden field into form with user agent and let it submit. Seems like it would be very fragile
2. Get the xform to redirect to a custom url and generate the email manually. Mmm - that doesn't sound good
3. Declare it impossible
I'd be grateful for any thoughts or advice
Many Thanks