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

Request Header Updates (User-Agent, Accept-Language) #300

Merged
merged 2 commits into from
Oct 26, 2017

Commits on Oct 8, 2017

  1. Allow UserAgent to be set by AcmeClient users

    * Per https://tools.ietf.org/html/draft-ietf-acme-acme-07#section-6.1 the ACME client should be set by the software
    * Updated the AcmeProtocol.HTTP_USER_AGENT_FMT per RFC 7231 5.5.3 format
    Marcus-L committed Oct 8, 2017
    Configuration menu
    Copy the full SHA
    72b313d View commit details
    Browse the repository at this point in the history
  2. Allow Accept-Language header to be set

    * per https://tools.ietf.org/html/draft-ietf-acme-acme-07#section-6.1 the language header should be set to allow ACME to send localized error messages
    Marcus-L committed Oct 8, 2017
    Configuration menu
    Copy the full SHA
    30e50c8 View commit details
    Browse the repository at this point in the history