HTTP Client

Hi,

Just need to implement an HTTP Client on an RCM3700.
Can someone refer me to a sample code of an HTTP Client, all
I can see are HTTP Server samples.

Thanks,
Rey

Any info anyone?

Hi,
I am new to Rabbit world.
The sample code to retrieve a web page is availabe under “samples cpip\active.c” which uses tcp sockets.

but I want to write an http client using the HTTP api’s. Is it possible and how do I do it ?

Thanks.

Yes, its possible… only open connection with tcpip and listen the port 80, when you have connection send the http by sock_write

regards

Omar