I am trying to solve an interesting problem
Using chrome on an Android device
- create a http GET request to a resource and make it appear like you are following a link to that resource from another web page.
In general we use just
GET <web-service_URL>/<PATH_TO_RESOURCE>
to get content from a resource. How can we make it look like we are following a link to that resource from an another web page?