Cross Domain Ajax Request with JQuery/PHP

前端 未结 6 582
南笙
南笙 2020-11-30 13:28

Help, if you can-

The situation:

http://foobar.com includes a remotely hosted javacript file (http://boobar.com/stuff.js).

The goal is to just get an

6条回答
  •  悲哀的现实
    2020-11-30 13:40

    So what I ended up doing, since it was just a GET - no data need to be retrieved - I used JQuery to create a hidden iframe with the URL including the variables I wanted to pass set as the source. Worked like a charm. To all who provded feedback - Thanks!

提交回复
热议问题