We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
e.g. for cloudflare, when it would be in a http header (True-Client-IP?) instead of using SvelteKit's event.getClientAddress()
True-Client-IP
event.getClientAddress()
The text was updated successfully, but these errors were encountered:
allow customized fn to get client ip
ee9af4b
closes #11
I wonder if this is required, or comes down to a configuration issue? The example given at https://kit.svelte.dev/docs/adapter-node#environment-variables-addressheader-and-xffdepth is for True-Client-IP so it looks like SvelteKit / the adapter, should be handling this.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
e.g. for cloudflare, when it would be in a http header (
True-Client-IP
?) instead of using SvelteKit'sevent.getClientAddress()
The text was updated successfully, but these errors were encountered: