+ 2
How to send ajax request from localhost to live website.
I want to send contact form-data ajax request from a static website to another php dynamic website. How can I achieve it.
1 ответ
0
You should send ajax request to a file where you use curl to send the request on the live site and get response on the file and the response you can use in your ajax response.