javascript - What is the best practice to transfer cross-protocol & cross-domain contents? -


i know many times asking question , there had few solutions. still looking real advanced answer.

i tired ajax. did in google. not solved. don't use jquery project need 'xmlhttprequest'.

simply, i'm on https. clients on both http , https protocols. need build javascript api. need adsense ad showing. few data client's website , show php process response. tired http headers , functions. same result browser getting same origin policy errors. there way without using ajax?


Comments