Post data to the serverΒΆ

The POST requests are used to send data to the server to modify the score or to interact with it.

First column is the path used with http server or the method field used with web socket server. The POST method has to be used with http server for these requests.

HTTP path WebSocket method Description
empty post Send an INScore script (see Post INScore script).
click click Send a mouse click event with mouse position (see Post mouse click).
hover hover Send a mouse hover event with mouse position (see Post mouse hover).

Previous topic

Get a file from INScore server

Next topic

Post INScore script

This Page