Next.js13 SSR and User IP
Answered
Himalayan posted this in #help-forum
HimalayanOP
when using nextjs ssr for fetching data from api request, whats happen with the user IP, dose the nextjs send the user IP to the backend with the fetch request?
Answered by fuma
Like having a
fetchProducts in a server component? No, it is same as sending a HTTP request in Node.js. User IP won’t be sent1 Reply
Like having a
fetchProducts in a server component? No, it is same as sending a HTTP request in Node.js. User IP won’t be sentAnswer