Send Post requests ingame
does anyone know how to send POST requests from the game... preferably with a command fabric/spigot (need both)
https://www.reddit.com/r/admincraft/comments/tw9fcs/send_get_or_post_requests_to_a_web_server_from_a/
https://developer.mozilla.org/en-US/docs/Web/HTTP/Methods/POST
https://www.reddit.com/r/admincraft/comments/tw9fcs/send_get_or_post_requests_to_a_web_server_from_a/
https://developer.mozilla.org/en-US/docs/Web/HTTP/Methods/POST
reddit
The HTTP POST method sends data to the server. The type of the body of the request is indicated by the Content-Type header.
