Some actions in GitLab will redirect you quickly after you submit a form, so
To locate a relevant request and view its correlation ID:
you will want to enable persistent logging in your network monitor. Then you'll
want to click on the request in question for more details (it might help to
1. Enable persistent logging in your network monitor. Some actions in GitLab will redirect you quickly after you submit a form, so this will help capture all relevant activity.
filter to "document" requests), go to the "headers" section and look for the
1. To help isolate the requests you are looking for, you can filter for "document" requests.
_response_ headers. There you should find an `x-request-id` header with a
1. Click the request of interest to view further detail.
randomly generated value. Below is an example:
1. Go to the "headers" section and look for _response_ headers. There you should find an `x-request-id` header with a
randomly generated value.
See the following example:
![Firefox's network monitor showing an request id header](img/network_monitor_xid.png)
![Firefox's network monitor showing an request id header](img/network_monitor_xid.png)