how to find the origin of the incoming request

Howdy! Is there's a way to find the origin of the incoming request.
let origin = request.headers.get("origin");


return null!
Was this page helpful?