Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

url 1

Status
Not open for further replies.

cforumphil

Programmer
Jan 2, 2006
1
DE
Can anybody tell me how to make a small .c programm that opens an url like:
The important thing is that I can pass data1=asdf. I only want to pass this data, nothing has to be written on the screen.

Although using Linux, I can't use "system(curl ...);", because it can't be installed in my case.
 
For how to write a program which just opens and closes connections, and sends and receives messages

For how to talk 'http' to the other end
RFC2616 is the one you want.

But the result is not likely to be anything which you would call a small C program.

--
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top