How to i get correct RemoteIP and UserAgent when call Gateway send?

I have a question: “How to i get correct RemoteIP and UserAgent when call Gateway send?”
When i call Gateway.Send then in server side i get
IP: IP of app server called, NOT client IP address.
UserAgent: ServiceStack .Net Client 4,50

Any idea?

You can’t when using a Gateway which abstracts the transport implementation used. You’ll need to pass any info you need as explicit properties in the Request/Response DTOs.