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

correct exporter user-agent example #3052

Merged
merged 3 commits into from
Jan 4, 2023

Commits on Dec 20, 2022

  1. correct exporter user-agent example

    While this section about a User-Agent references RFC7231[1] for format, the
    example provided includes spaces in the product identifier. The product
    identifier comes in the form of a token, defined in RFC7230[2]. Including
    spaces will throw off most existing user-agent parsing.
    
    [1] https://datatracker.ietf.org/doc/html/rfc7231#section-5.5.3
    [2] https://datatracker.ietf.org/doc/html/rfc7230#section-3.2.6
    robbkidd authored Dec 20, 2022
    Configuration menu
    Copy the full SHA
    c16007c View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2022

  1. update CHANGELOG for User-Agent correction

    robbkidd authored and Robb Kidd committed Dec 21, 2022
    Configuration menu
    Copy the full SHA
    a331eba View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2023

  1. Configuration menu
    Copy the full SHA
    9533b7c View commit details
    Browse the repository at this point in the history