Which HTTP Requests Send the X-OpenWebUI-Message-Id HTTP Header? #23384
-
|
Thank you for your time, Which requests from Open WebUI is the X-OpenWebUI-Message-Id suppose to be sent in its requests to backends? The current documentation, as of 20260403 says:
However when we receive requests on /api/chat, for ollama requests or /v1/chat/completions and /chat/completions, for pipelines requests, we don't seem to be receiving the X-OpenWebUI-Message-Id. Here is some of our output of headers sent to the urls above: The X-OpenWebUI-Message-Id header isn't there. Is there something that I am missing besides setting the .env ENABLE_FORWARD_USER_INFO_HEADERS=True? Any friendly direction would be greatly appreciated. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 8 replies
-
|
messgae id is not sent to all backens yeah |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.



ok the docs is outdated here. the env var was originally documented - and originally - what it had documented was all sent to OpenAI. Later, more items came, which were gated on this env var but not sent to OpenAI. I will edit the docs. Feel free to PR anyways!