Hi SARRENE, the website of the game is in localhost.
In the attached image you can see the registration page
what i want to do is: When a user register her account with username and password, these 2 informations are sent with an POST request to the game server
for make it, i have need to make a custom module for my CMS
Also, Drupal 8 have an HTTP Client in the core called Guzzle, this make it easier to write code that sends and receives HTTP requests
If everything works correctly, The user when launch the game, insert username and password in the login form and he have acces at the game
