Easier Way to Connect to HTTP Server?

● ARCHIVED · READ-ONLY
Started by Ossra 4 posts View original ↗
  1. With no Net::HTTP to take advantage of within RPG Maker, is there any easier way to perform a simple GET request aside from using WinAPI (WinINet, etc)? Is it perhaps possible to take the code of Net::HTTP and shove it into RPG Maker?
  2. http://forums.rpgmakerweb.com/index.php?/topic/15009-http-network-library/

    Well I suppose you could implement HTTP yourself with this...
  3. Aah, snazzy! Not sure how that did not show up on my search before ... ah well. Should work well enough. Thanks much!
  4. I found this thread and added another link to the topic Tsukihime linked to you. It was a HTTP / Server connection type script with online database scripts and stuff. It could be advantageous to look over )