We make a request to your servers as if you are loading a JavaScript file. The url
will contain the query parameters that you want to pass to the server.
This method has two advantages:
- The code for sending the request is simple as we are just creating/changing the script tag
src
- We can return some behavior back to the browser from the server possibly redirecting users to some other location
Top comments (0)