hostname or ip address of the system we are triggering a request (aem6.5)
Hi,
I will be uploading an image to aem server using a service that aem or coustom code provides (www.abc.com/upload/image.json)
Now this request is triggered from https://uploadservice.com . How could i get the host name in aem servlet (uploadservice.com) and ip address of this when it is triggred from (uploadservice.com).
What will code for this??
Thanks