-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Grab browser information for feedback box submitted issues #2985
Comments
It looks like the See https://forums.aws.amazon.com/thread.jspa?messageID=420294#420294 Any headers added by CloudFront will be prefixed with CloudFront-. You can use the |
Using CF headers to get the user agent seems like it might be a bit involved and also require at least some maintenance in AWS dashboard.
|
Headers solution: First we need to verify if we have access to the CloudFront dashboard for making changes that would allow us to return user-agent info in headers? |
We need the feedback box working on stage.fec.gov and dev.fec.gov, currently it is not working. Those domains utilize the CDN service. After this is fixed we can try implementing one of the solutions above from @johnnyporkchops |
I've put in an issue to fix broken feedback box in stage.fec.gov and dev.fec.gov. As Pat notes, that problem is blocking this issue from being completed. |
At least in Chrome, here are some variables easily available to us, along with some sample values.
|
What we're after: Consider if we can capture additional helpful information, such as browser/browser version, or other data, for issues submitted via the feedback box.
I hesitate to include additional form questions to the form from fear that users will see it as a burden to submitting an issue, so wondering if we grab this information similar to how we grab the URL.
Related issue:
Completion criteria:
- [ ] Open follow-up ticket for implementation, as appropriateThe text was updated successfully, but these errors were encountered: