-
So far I have only seen how to get remote address if using a websocket and using the asyncsocket getRemoteAddressAsText(). I don't know if it is possible to get the remote address from the POST. I tried reading the code but so far don't see it. Thanks, |
Beta Was this translation helpful? Give feedback.
Answered by
ghost
Sep 12, 2020
Replies: 2 comments
-
HttpResponse is an AsyncSocket so you have it there |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected
-
Ah, it was in the response!!! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
HttpResponse is an AsyncSocket so you have it there