D
Deno
K
Deno
•
3y ago
•
4 replies
keving
remoteAddr returning localhost on Deno Deploy
I saw this thread
(
help
How do i get the IP address of a request in Fresh | Deno?
) about getting the IP of the requester
, but I
'm not getting the value I expected
.
I tried using
ctx.remoteAddr
ctx.remoteAddr
with Fresh on Deno Deploy and I get
{ transport: "tcp", hostname: "localhost", port: 1234 }
{ transport: "tcp", hostname: "localhost", port: 1234 }
instead of an IP address
– is there something I need to configure to get
"real
" values
?
Deno
Join
Chat about Deno, a modern runtime for JavaScript and TypeScript.
20,934
Members
View on Discord
Resources
ModelContextProtocol
ModelContextProtocol
MCP Server
Similar Threads
Was this page helpful?
Yes
No
Recent Announcements
Similar Threads
Deno KV on deno deploy
M
Molan / help
11mo ago
Failed deployment Deno Deploy
S
ssimonlp / help
16mo ago
WebSockets on Deno Deploy
W
Wafflemancer / help
9mo ago
deno queues on deploy
T
tigawana / help
3y ago