Is there a quick and general way to display the current user-agent of your browser locally (without visiting a webpage like whatsmyuseragent.com)?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You could use netcat.
Listen on a local port:
Then navigate to:
and netcat will spit it all out:
This will also work for browsers that don’t have javascript enabled.