Results 1 to 4 of 4
Threaded View
-
April 2nd, 2009, 06:08 AM #162Registered User
postsFlash socket connection to HTTP server
Code is simple and clear:
Most of the servers, including kirupa.com, send response back to me but rapidshare.com is not responding. It connects nicely but gets not response when i send GET command. Have anyone got any clue why rapidshare is not communicating with my flash application, while it communicates nicely with all the browsers.Code:rs = new Socket(); rs.connect("kirupa.com",80); rs.writeUTFBytes("GET / \n"); rs.flush();Last edited by dataxa; April 2nd, 2009 at 07:21 AM.

Reply With Quote
Bookmarks