Identify prefetch/prerendering request from Google Chrome


Identify prefetch/prerendering request from Google Chrome
My problem is identical to that described in this question:
Detect Google Chrome page prefetch
But there is no appropriate answers. In all sources write that http request must have some special headers, but they are not in fact.
For my task this causes serious problems, resulting in duplicate entries in the database.
I found solution with Visibility API, but it works only on client side!!!, and I have app with server side rendering and I wont filter prerender/prefetch requests on server side, but they are identical. Anyone ran into this problem?
Related link: https://bugs.chromium.org/p/chromium/issues/detail?id=86175
By clicking "Post Your Answer", you acknowledge that you have read our updated terms of service, privacy policy and cookie policy, and that your continued use of the website is subject to these policies.