I have a nuxt Server Middleware, that restricts site access by IP.
The problem is that during SSR render, there are some calls as well, and this middleware runs 2-3 times.
There is way to understand that the call is "internal"?
Becuase during this internal call IP is not available.