score-server / movie-score

Movie streaming website with Java Spring
MIT License
10 stars 0 forks source link

Ajax Post Requests for POST requests #21

Open OrbiterToad opened 5 years ago

OrbiterToad commented 5 years ago
 function requestSomthing() {
            $.ajax({
                type: "POST",
                url: "/url",
                async: true
            });
 }