/user-agent-sniffer

:nose: Simple user agent sniffer in Go.

Primary LanguageGoApache License 2.0Apache-2.0

User-Agent Sniffer

This is a simple user agent sniffer. It displays what your user agent string looks like from the server's side.

Build

To build this, you will need:

  • Spin
  • TinyGo, but not version 0.26, which has a known issue compiling to Wasm
  • Go

Build instructions:

  1. Clone this repo
  2. Run spin build --up to build and test

To deploy, configure your deployment target, and then run:

$ spin deploy

The above should give you a URL.