Caching without headers #64729
Unanswered
XEngine
asked this question in
App Router
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Caching in NextJS differs if fetch request have headers different for each request.
For example header like this in a fetch request
{ "X-IPAddress": "client.ip.address.here" }
caches different for every different visitor request because we are putting client ip in the header so BFF can log things.Is there any way to tell nextjs that ignore the headers
Beta Was this translation helpful? Give feedback.
All reactions