Hi,
Typically, the request headers visible through the browser’s developer console are sufficient for most debugging needs. The next step I would recommend is to check your local dispatcher. By setting the log level to DEBUG, you’ll be able to see the headers, as shown below. Finally, you can adjust the log settings in the cloud environment to achieve the same result as in your local dispatcher. If this isn’t working for you, there may be an issue with your deployment. Could you confirm whether you’re seeing the "debug" statements in the log?
For the dispatcher local i run this command:
DISP_LOG_LEVEL=debug ./bin/docker_run.sh myDispatcherFolrderSrc host.docker.internal:4503 80
You can check here how to use a local dispatcher: https://experienceleague.adobe.com/en/docs/experience-manager-learn/cloud-service/local-development-...
Hope this helps
Esteban Bustamante