carlo
carlo copied to clipboard
Request with a wrong referer
when I use serveOrigin to wrap my website ,I got a wrong Request Referer as https://domain/
Instead of app.load
with a relative url like app.load('/index.html')
, try to load a absolute url app.load(
YOUR_serverOrigin_URL)