Previously we mistakenly returned status 204 (no content) for all requests to new-nonce, including HEAD. This status should only be used for GET requests. When the `HeadNonceStatusOK` feature flag is enabled we will now return the correct status for HEAD requests. When the flag is disabled we return status 204 to preserve backwards compatibility. |
||
|---|---|---|
| .. | ||
| test | ||
| README.md | ||
| stats.go | ||
| verify.go | ||
| verify_test.go | ||
| wfe.go | ||
| wfe_test.go | ||
README.md
WFE v2
The wfe2 package is copied from the wfe package in order to implement the
"ACME v2" API. This design choice
was made to facilitate a clean separation between v1 and v2 code and to support
running a separate API process on a different port alongside the v1 API process.