GoogleChromeLabs / carlo

Web rendering surface for Node applications
Apache License 2.0
9.31k stars 309 forks source link

Request with a wrong referer #95

Open xinghuolei opened 5 years ago

xinghuolei commented 5 years ago

when I use serveOrigin to wrap my website ,I got a wrong Request Referer as https://domain/

djyde commented 4 years ago

Instead of app.load with a relative url like app.load('/index.html'), try to load a absolute url app.load(YOUR_serverOrigin_URL)