Skip to content

[RUM-6587] mention the Host header in RUM proxy guide #25771

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions content/en/real_user_monitoring/guide/proxy-rum-data.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,9 @@

1. [Build the Datadog intake URL](#build-the-datadog-intake-url).
2. Add an `X-Forwarded-For` header containing the request client IP address for accurate geoIP.
3. Forward the request to the Datadog intake URL using the POST method.
4. Leave the request body unchanged.
3. Remove the `Host` header or set it to Datadog intake URL's host (ex: `browser-intake-datadoghq.com`) (your HTTP client will probably add it automatically).

Check warning on line 22 in content/en/real_user_monitoring/guide/proxy-rum-data.md

View workflow job for this annotation

GitHub Actions / vale

Datadog.tense

Avoid temporal words like 'will'.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
3. Remove the `Host` header or set it to Datadog intake URL's host (ex: `browser-intake-datadoghq.com`) (your HTTP client will probably add it automatically).
3. Remove the `Host` header or set it to Datadog intake URL's host, such as `browser-intake-datadoghq.com`.

4. Forward the request to the Datadog intake URL using the POST method.
5. Leave the request body unchanged.

<div class="alert alert-warning">
<ul>
Expand Down
Loading