How to fetch data using jquery and send to controller

Jan 6 2019 12:03 AM
On a button click i want to get data from 3rd party api and post it to the controller, can it be done within the ajax get or should i save the data to another variable and then sent it to conroller using post?
Thanks in advance
 

Answers (2)