Web Client Programming

Hello,

I am new to the arduino platform. Im interested in programming a adruino web client that can make a HTTP request (GET or POST) to a "URL". The website is hosted with a hosting company and hence do not have a direct ip address access to the website.

Please guide me with libraries to be used. I have the arduino (ATMEGA 168) and ethernet module (ENC28J60) with me.

Please excuse me if there are mistakes my post.

Thanks
Abin

Check - http://www.nuelectronics.com/estore/index.php?main_page=product_info&cPath=1&products_id=4&zenid=4f8763dd32227d54ee11ac472d5c09a4

There is a library and there are examples similar to what you're looking for, search quote below

Programming Notes

Ethernet shield V1.0 schematic download here

Open-source TCP/IP stack -- available as an Arduino library, download here
Example codes included in the library

  • ethernet PING example
  • Web server example
  • Web server with temperature sensor
  • New- Web client example with sensor readings/li>

Please refer to the project note for ethernet shield a web server example
a web client example