On a website AAA.com
will include a javascript from website BBB.com
which has to be non blocking execution script.
The javascript grabbed on BBB.com
will extract the meta keywords
, the meta title
from AAA.com
and it'll be sending those data to a particular url to website BBB.com
The BBB.com
website will be sending back an url for a video player.
I guess i'll have problem because this is clearly a crossdomain request, which i wanted to solve with an JSON-P
request, but the problem is that we can't use jQuery
.
How would you achieve that please ?