Mohan
Mohan
CDCloudflare Developers
Created by Mohan on 6/12/2023 in #workers-help
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");
let origin = request.headers.get("origin");
return null!
5 replies