|
8 | 8 | content: Standard fields | Fields reference |
9 | 9 | --- |
10 | 10 |
|
11 | | -import { Details } from "~/components"; |
| 11 | +import { Details, Render } from "~/components"; |
12 | 12 |
|
13 | 13 | Most standard fields use the same naming conventions as [Wireshark display fields](https://www.wireshark.org/docs/wsug_html_chunked/ChWorkBuildDisplayFilterSection.html). However, there are some subtle differences between Cloudflare and Wireshark: |
14 | 14 |
|
@@ -476,37 +476,65 @@ This field has the same value as the `ip.geoip.is_in_european_union` field, whic |
476 | 476 |
|
477 | 477 | `raw.http.request.full_uri` `String` |
478 | 478 |
|
479 | | -Similar to the [`http.request.full_uri`](#httprequestfull_uri) non-raw field. Represents the full URI as received by the web server without the URI fragment (if any) and without any transformation. |
| 479 | +Represents the raw full URI as received by the web server without the URI fragment (if any) and without any transformation. |
| 480 | + |
| 481 | +<Render |
| 482 | + file="raw-fields-definition-with-link" |
| 483 | + params={{ fieldLink: "[`http.request.full_uri`](#httprequestfull_uri)" }} |
| 484 | +/> |
480 | 485 |
|
481 | 486 | **Note:** This raw field may include some basic normalization done by Cloudflare's HTTP server. However, this can change in the future. |
482 | 487 |
|
483 | 488 | ## `raw.http.request.uri` |
484 | 489 |
|
485 | 490 | `raw.http.request.uri` `String` |
486 | 491 |
|
487 | | -Similar to the [`http.request.uri`](#httprequesturi) non-raw field. Represents the URI path and query string of the request without any transformation. |
| 492 | +Represents the raw URI path and query string of the request without any transformation. |
| 493 | + |
| 494 | +<Render |
| 495 | + file="raw-fields-definition-with-link" |
| 496 | + params={{ fieldLink: "[`http.request.uri`](#httprequesturi)" }} |
| 497 | +/> |
488 | 498 |
|
489 | 499 | **Note:** This raw field may include some basic normalization done by Cloudflare's HTTP server. However, this can change in the future. |
490 | 500 |
|
491 | 501 | ## `raw.http.request.uri.path` |
492 | 502 |
|
493 | 503 | `raw.http.request.uri.path` `String` |
494 | 504 |
|
495 | | -Similar to the [`http.request.uri.path`](#httprequesturipath) non-raw field. Represents the URI path of the request without any transformation. |
| 505 | +Represents the raw URI path of the request without any transformation. |
| 506 | + |
| 507 | +<Render |
| 508 | + file="raw-fields-definition-with-link" |
| 509 | + params={{ fieldLink: "[`http.request.uri.path`](#httprequesturipath)" }} |
| 510 | +/> |
496 | 511 |
|
497 | 512 | **Note:** This raw field may include some basic normalization done by Cloudflare's HTTP server. However, this can change in the future. |
498 | 513 |
|
499 | 514 | ## `raw.http.request.uri.path.extension` |
500 | 515 |
|
501 | 516 | `raw.http.request.uri.path.extension` `String` |
502 | 517 |
|
503 | | -Similar to the [`http.request.uri.path.extension`](#httprequesturipathextension) non-raw field. Represents the file extension in the request URI path without any transformation. |
| 518 | +Represents the raw file extension in the request URI path without any transformation. |
| 519 | + |
| 520 | +<Render |
| 521 | + file="raw-fields-definition-with-link" |
| 522 | + params={{ |
| 523 | + fieldLink: |
| 524 | + "[`http.request.uri.path.extension`](#httprequesturipathextension)", |
| 525 | + }} |
| 526 | +/> |
504 | 527 |
|
505 | 528 | ## `raw.http.request.uri.query` |
506 | 529 |
|
507 | 530 | `raw.http.request.uri.query` `String` |
508 | 531 |
|
509 | | -Similar to the [`http.request.uri.query`](#httprequesturiquery) non-raw field. Represents the entire query string without the `?` delimiter and without any transformation. |
| 532 | +Represents the entire query string without the `?` delimiter and without any transformation. |
| 533 | + |
| 534 | +<Render |
| 535 | + file="raw-fields-definition-with-link" |
| 536 | + params={{ fieldLink: "[`http.request.uri.query`](#httprequesturiquery)" }} |
| 537 | +/> |
510 | 538 |
|
511 | 539 | **Note:** This raw field may include some basic normalization done by Cloudflare's HTTP server. However, this can change in the future. |
512 | 540 |
|
|
0 commit comments