Welcome! Log In Create A New Profile

Advanced

Any easy way to make HTTP requests?

Posted by popoffka 
Any easy way to make HTTP requests?
February 12, 2010 07:50PM
Hello everybody!
Does anyone know about some way to easily make HTTP requests on Wii?
I'm interested in both POST and GET requests.
Thank you!
Re: Any easy way to make HTTP requests?
February 12, 2010 08:34PM
Check this Web page, maybe it could help you: [wiibrew.org]
Re: Any easy way to make HTTP requests?
February 12, 2010 08:36PM
I'll try that, thanks!
Re: Any easy way to make HTTP requests?
February 15, 2010 11:11AM
You could also take a look at the http.c/h files from GoF: [daid2.mine.nu]

Which tries to mimic a real browser as much as possible. It supports GET/POST, Cookies, content-lenght as well as chunked encoding.

Main problem with it right now that it doesn't support timeouts. Which could be a bad thing depending on your application.



Edited 1 time(s). Last edit at 02/15/2010 11:12AM by Daid.
Sorry, only registered users may post in this forum.

Click here to login