Using java applet to send request with the client ip

Posted by mike on Stack Overflow See other posts from Stack Overflow or by mike
Published on 2010-01-25T22:40:06Z Indexed on 2010/05/23 4:00 UTC
Read the original article Hit count: 282

Filed under:
|
|

hi, i need to send a request to a website when a user submits their url, i tried using curl but it uses server ip which i dont want i have seen a website that is doing a similar job by using applet, users need to open a popup which contains the applet after they leave it open allow it to run it uses a port and then uses the localhost ip like so 127.0.0.1:64653 to send request and basicly curl by the user ip. i decompiled the applet the website was using and they were using java.net.ServerSocket and some other java code but i do not know anything about java. I would to know how this can be done.

© Stack Overflow or respective owner

Related posts about java

Related posts about curl