I'd like to create a system to tell Tasker to send the location of the phone back to me.
1) Easiest seems to send a command via SMS and then HTTP POST the location to my server over VPN. However I would like to avoid grating blanket SMS access to Tasker.
2) Another option would be to periodically do HTTP GET and than HTTP POST based on response from GET, however this wouldn't be on-demand.
3) Last option I thought about would be running some TCP o HTTP server on Tasker itself (don't even know if this is even possible) to request location. Unsure if this would be reliable or be killed.
What does this community suggest?