matthew-andrews / isomorphic-fetch

Isomorphic WHATWG Fetch API, for Node & Browserify
MIT License
6.96k stars 290 forks source link

How to access the referer using isomorphic fetch library? An example would help! #206

Open meridian12034 opened 2 years ago

meridian12034 commented 2 years ago

I am trying to access the referer in a universal application and since referer is a Dom property I cannot access it in both SSR and CSR so I am using this but am unable to figure out on how to access the referer