And with that I don't mean AJAX, since this will be done from the server side right? I mean that the URL would be visited from the client's PC.
So step by step it would be something like this :
- Client visits my site
- My site orders the Client's PC to visit a URL
- The client's PC visits this URL (perhaps doing this in the background)
- The Client's PC sends the response it gets from this URL back to my server
I am also curious if there is a name for this kind of task. With that name I would be able to google this myself as well.