CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    May 1999
    Posts
    6

    Opening of socket conections



    I have an applet having username and the pasword text boxes.

    I have developed a server which receives the password and the username

    and a thread connects me to the oracle and i authorise the user sending back the

    corresponding mesage to the client applet.When i use the appletviewer it works fine but the coonections are opened from a browser.

    Netscape gold and communicator (prior to ver4.5) it used to work but not from

    explorer.Can you guys give me suggestion.

    Ravi

  2. #2
    Join Date
    Apr 1999
    Posts
    10

    Re: Opening of socket conections



    Security in JDK 1.1 follows the sandbox model.

    It means that applets are allowed to make connections ONLY to the host that they

    were downloaded from.

    If you your applet is located on the HTTP server, also your server app MUST run

    on the HTTP server host.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured