Does the ory go sdk somehow take in a "forwarded f...
# feedback
r
Does the ory go sdk somehow take in a "forwarded for" header or something similar, so I can pass on an IP address when some authenticates through a "native login" flow?
Right now, the client IP is basically my backend.
e
You might be able to use the transient_payload prop for this depending on what you need.
r
@early-magician-18981 thank you, do you happen to have a link? I am using the ory client (for go)
e
I am not sure if it is exposed in the SDK directly, but this flow documentation: https://www.ory.sh/docs/kratos/bring-your-own-ui/custom-ui-basic-integration#submit-registration-flow talks about the payload.