Skip to content
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

User-Agent string format #82

Open
kaittodesk opened this issue Jan 8, 2021 · 0 comments
Open

User-Agent string format #82

kaittodesk opened this issue Jan 8, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@kaittodesk
Copy link
Member

Current User-Agent string does not follow common practices of User-Agent strings used by libraries and web browsers:

WordPress/5.5.1; https://example.com; WooCommerce/4.6.1; smaily-for-woocommerce/1.6.0

The common practice is to provide the plugin's name and version as the first item and rest of the metadata in parenthesis following the name and version. For example:

smaily-for-woocommerce/1.6.0 (WordPress/5.5.1; WooCommerce/4.6.1; +https://example.com)

I recommend we update the format of the User-Agent string in the plugin to latter example.

@kaittodesk kaittodesk added the enhancement New feature or request label Jan 8, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant