Skip to content

Commit ecf3e36

Browse files
Update release-notes/breaking-changes/elastic-apm.md
Co-authored-by: Colleen McGinnis <[email protected]>
1 parent cb95236 commit ecf3e36

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

release-notes/breaking-changes/elastic-apm.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,6 @@ To learn how to upgrade, check out <uprade docs>.
3030
::::{dropdown} Change server information endpoint "/" to only accept GET and HEAD requests
3131
This will surface any agent misconfiguration causing data to be sent to `/` instead of the correct endpoint (for example, `/v1/traces` for OTLP/HTTP).
3232
For more information, check [PR #15976](https://github.com/elastic/apm-server/pull/15976).
33-
**Impact**<br> Any methods other than GET and HEAD to `/` will return HTTP 405 Method Not Allowed.
34-
**Action**<br> Update any existing usage of e.g. `POST /` to `GET /`.
33+
**Impact**<br> Any methods other than `GET` and `HEAD` to `/` will return HTTP 405 Method Not Allowed.
34+
**Action**<br> Update any existing usage, for example, update `POST /` to `GET /`.
3535
::::

0 commit comments

Comments
 (0)