You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add an optional IP selection handler to the SDK client initialization step which accepts the request context and expects returning an IP.
The default handler, if no handler is specified by the user, will simply return the IP attached to the request object.
An additional handler should be available within the library, which looks into the X-Forwarded-For header and gets the first IP in the list if it exists, falling back to the IP attached to the request if the header isn't available. This is an implementation that users can optionally use instead of making their own.
The text was updated successfully, but these errors were encountered:
Add an optional IP selection handler to the SDK client initialization step which accepts the request context and expects returning an IP.
The default handler, if no handler is specified by the user, will simply return the IP attached to the request object.
An additional handler should be available within the library, which looks into the
X-Forwarded-For
header and gets the first IP in the list if it exists, falling back to the IP attached to the request if the header isn't available. This is an implementation that users can optionally use instead of making their own.The text was updated successfully, but these errors were encountered: