1. How do I get a string webrequest? For example, a user comes to the game, I send webrequest website and in response to how to get a string variable?
     
  2. Wulf

    Wulf Community Admin

  3. No, I did not underst. I post webrequest, back in the console code is downloaded the entire page. A plug-in to get a string variable?
     
  4. Wulf

    Wulf Community Admin

    Your response is whatever the page you requested outputs. If you request a full HTML page, you get the FULL page. If you request a response from an API, you get a more sensible output.