#Getting the IP hono

2 messages · Page 1 of 1 (latest)

gilded scarab
#

Hey there, quick and simple question: Is there a way to get the IP of the client who is sending a request to the worker via hono? Because I can't seem to find it on the docs

lapis spoke
#

const ip = c.req.header('CF-Connecting-IP');