Results 1 to 4 of 4
-
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.
-
April 2nd, 2009, 04:20 PM #2
Try sending two or three more new lines (\n). I tested it on telnet, it only worked after I hit Enter two times.
-
April 3rd, 2009, 07:23 AM #362Registered User
posts
-
April 5th, 2009, 10:02 AM #462Registered User
postsCan anyone help me on this matter.

Reply With Quote


Bookmarks