Invoke web page from Linux C
Posted
by umetzu
on Stack Overflow
See other posts from Stack Overflow
or by umetzu
Published on 2010-05-04T22:21:46Z
Indexed on
2010/05/04
22:28 UTC
Read the original article
Hit count: 170
Hi, i need to get all the HTML TEXT from a url "http://localhost/index.html" to a String variable on C
I know that if i put on telnet -> telnet www.google.com 80 Get webpage.... it returns all the html.
How i can do it? im on linux enviroment? with C (NOT C++).
BTW im .net programmer :/
© Stack Overflow or respective owner