Java applet stream

Discussion in 'Java' started by abeltyukov, Mar 21, 2007.

  1. abeltyukov

    abeltyukov New Member

    Joined:
    Mar 21, 2007
    Messages:
    2
    Likes Received:
    0
    Trophy Points:
    0
    Hi,

    I was wondering if it was possible to determine the website from where an online java applet receives its data from. For example, if I have a weather java applet, is it possible to determine where that weather data comes from?

    Thanks!
     
  2. pradeep

    pradeep Team Leader

    Joined:
    Apr 4, 2005
    Messages:
    1,645
    Likes Received:
    87
    Trophy Points:
    0
    Occupation:
    Programmer
    Location:
    Kolkata, India
    Home Page:
    http://blog.pradeep.net.in
    You can install a proxy server, and view those logs and try to figure out which sites are contacted after the applet was launched!
     
  3. abeltyukov

    abeltyukov New Member

    Joined:
    Mar 21, 2007
    Messages:
    2
    Likes Received:
    0
    Trophy Points:
    0
    Sounds like a promising idea. Do you have any websites that would help me set up a proxy server? I also installed a program that would monitor the ports and record what IP address tried to access them. I got the IP of the server that the program connects to to update the information but how would I go about figuring out from where exactly it retrieves the data?

    Thanks!
     
  4. pradeep

    pradeep Team Leader

    Joined:
    Apr 4, 2005
    Messages:
    1,645
    Likes Received:
    87
    Trophy Points:
    0
    Occupation:
    Programmer
    Location:
    Kolkata, India
    Home Page:
    http://blog.pradeep.net.in

Share This Page

  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.
    Dismiss Notice