ip-location-services
Service icon

IP Location Services

Stable version 1.0.0 (Compatible with OutSystems 11)
Uploaded
 on 30 November 2021
 by 
0.0
 (0 ratings)
ip-location-services

IP Location Services

Documentation
1.0.0

This component enables two use cases:


  • Get user location information using his client IP
    • Use Location_GetDetails synchronously, so it can leverage on the IP of the user machine performing the HTTP request. In other words, if you use it on a BPT, LBPT or timer, you'll get the details of OutSystems server running that thread rather than the user information 



  • Get user information for a given IP
    • Use Location_GetDetailsByIP with the IP from which you want to get the details as an input parameter



The output of both actions is a structure with extensive details retrieved based on the given IP.