Cross Domain Post method ajax call using jquery with xml response

前端 未结 3 2041
故里飘歌
故里飘歌 2020-12-11 12:18

I want to send a ajax request using post method with the xml as a response text , Is it possible , If it is possible please let me know the possible way for it.

For

3条回答
  •  臣服心动
    2020-12-11 12:55

    You can write your own script on server on the same domain that does request to the webservicex.net and returns data in any format that you want.

    So, ajax request -> your server (on the same domain) -> webservicex.net

提交回复
热议问题