I am trying to interface an arduino with a modem using ENC28J60. I wrote my code and I am able to browse url using ether.browseUrl()
ether.browseUrl(PSTR("/statsadsl.html"), "", website, browseUrlCallback1);
I used the above shown line in order to retrieve data from that page.
Now I need to include request headers with this link. I don't have much knowledge in TCP/IP and HTML. However I need to send this HTTP GET with request header as "Connection: keep-alive". I need some help from here. I contacted avrfreaks and arduino forums for similar doubts. I don't get much reply. I hope I will get some useful information from here.
All types of information are welcome. Thanks a lot in advance for any help/info.