BYOND WebClient

by Pirion
(Windows Only) Make HTTP/HTTPS GET and POST requests!
ID:1877954
 
Using a modified version of the class provided by Cheng Shi, it is possible to create a DLL that can be used within a BYOND game to make HTTP & HTTPS GET and POST requests. As this is based on WinHttp, this is not currently available in unix builds.




Version Updates
0.02 Reworked into two classes and a function that calls the library. Added manipulation of Address, Headers, Cookies, Proxy, and Post Data. Allows you to pull httpcodes headersm cookies and location back from the request.

Demos for HTTP GET, HTTP POST and HTTPS GET (NO HTTPS POST YET)
0.01 First update, not really functional yet except one HttpPost method.


The .dll file was compiled within Visual C++ Express 10. It may/may not compile with earlier versions. All non-standard source is included. I've also included the .dll for those that cannot compile.

Any questions, improvements, etc - please let me know!
Reupload, please.

Error: The download server returned error status 500.

Return to BYOND Members