Answer Overflow Logo
Change Theme
Search Answer Overflow
GitHub
Add Your Server
Login
Home
Popular
Topics
Gaming
Programming
Mohan
Posts
Comments
CD
Cloudflare 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