<@U04UQ68083H> how is network id passed to request...
# ory-copilot
m
@chilly-king-10285 how is network id passed to request context?
b
A message from kapa.ai
Based on the provided knowledge sources, I don't have enough specific information to answer how the network ID is passed to the request context in Ory. The documents don't contain any direct mention of a network ID or how it's passed to a request context. However, I can provide some related information about request contexts in Ory: 1. In Ory webhooks, certain request information is made available through a
ctx
object in Jsonnet templates. This includes request headers, method, and URL, but there's no specific mention of a network ID. [Source](https://www.ory.sh/docs/guides/integrate-with-ory-cloud-through-webhooks#define-http-request) 2. When working with Ory Identities APIs from a server-side application, it's important to include the
Cookie
header from the client when making requests. This ensures that the necessary session information is passed along. [Source](https://www.ory.sh/docs/troubleshooting/csrf#ory-identities) If you need specific information about how a network ID is passed to the request context, you might want to consult the Ory documentation directly or reach out to Ory support for more detailed information.
m
@chilly-king-10285 how is nid added to request context?
b
A message from kapa.ai
New message text here