So I am using the AJAX plugin to communicate to a server connected to a database, the server uses php and it works fine because I have tried it outside of Construct 3.
When i do a request to server it works fine but I don't know how make it works on Construct when i send information with the post method,
I have to pass 3 informations, the ID, the score and the name how should I compile the post to url action?
Is there any example of ajax with construct 3?