notification using ajax call

notification using ajax call

Hello,

After the load of ajax call from a server on a different domain, if the call completes, I'd like to send a notification to the backend server (sitting on a different domain) to notify it that the call is completed and the server could log this call as success.

The javascript code sending out this notification does not need any response from the backend. So there is no need for a callback.

Could this be done by an ajax call to send notification to a server in a different server? Could I set the callback as none?

Thanks.
ihome