Retrieve html across domains using jQuery and JSONP

后端 未结 2 748
遥遥无期
遥遥无期 2021-01-03 11:22

I have a form that outputs one simple line of html A LINK

I can access the process directly with data appended to the u

2条回答
  •  攒了一身酷
    2021-01-03 11:54

    You can still post/get cross domain on the client:

    flyJSONP/YQL
    jankyPOST/postMessage/contentWindow
    CORS

提交回复
热议问题