File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
release-notes/breaking-changes Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ To learn how to upgrade, check out <uprade docs>.
2828% ::::
2929
3030::::{dropdown} Change server information endpoint "/" to only accept GET and HEAD requests
31- This will surface any agent misconfiguration causing data to be sent to ` / ` instead of the correct endpoint, e.g. ` /v1/traces ` for OTLP/HTTP.
31+ This will surface any agent misconfiguration causing data to be sent to ` / ` instead of the correct endpoint (for example, ` /v1/traces ` for OTLP/HTTP) .
3232For more information, check [ PR #15976 ] ( https://github.com/elastic/apm-server/pull/15976 ) .
3333** Impact** <br > Any methods other than GET and HEAD to ` / ` will return HTTP 405 Method Not Allowed.
3434** Action** <br > Update any existing usage of e.g. ` POST / ` to ` GET / ` .
You can’t perform that action at this time.
0 commit comments