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?
Easier Way to Connect to HTTP Server?
● ARCHIVED · READ-ONLY
-
-
http://forums.rpgmakerweb.com/index.php?/topic/15009-http-network-library/
Well I suppose you could implement HTTP yourself with this... -
Aah, snazzy! Not sure how that did not show up on my search before ... ah well. Should work well enough. Thanks much!
-
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 )