??? 03/05/08 11:35 Read: times |
#151913 - not able to get responce!! Responding to: ???'s previous message |
I'm implementing http layer over tcp/ip ,
making terminal as a tcp client and a PC as WEB server(in ASP.NET) Firstof all i open a socket by socketno= mn_open(ip_dest_addr,DEST_PORT,SRC_PORT,active open, protocol_type,*rcv_data,rcv_len); socket contection is made succesfully now i send data in tcp/ip packet as----- "GET http://www.google.co.in/ HTTP/1.0\r\n" this packet is also send to the PC ,i checked it by ETHER DETECT software but i am not able to get responce and the timeout occurs what a problem can be? does the http request header is sufficent to get the responce please help!! |