Post data to JsonP

后端 未结 7 1398
傲寒
傲寒 2020-11-22 07:22

Is it possible to post data to JsonP? Or does all data have to be passed in the querystring as a GET request?

I have alot of data that I need to send to the service,

7条回答
  •  春和景丽
    2020-11-22 08:16

    Well generally JSONP is implemented by adding a

提交回复
热议问题