Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

How do I securely submit “Username” and “Password” from an applet to a server side php3 program?

0
Posted

How do I securely submit “Username” and “Password” from an applet to a server side php3 program?

0

Location: http://www.jguru.com/faq/view.jsp?EID=137150 Created: Aug 28, 2000 Modified: 2000-09-04 07:37:38.1 Author: Rahul kumar Gupta (http://www.jguru.com/guru/viewbio.jsp?EID=4809) Question originally posed by Bhuvan Misra (http://www.jguru.com/guru/viewbio.jsp?EID=3912 One way to do this operation is that to make an applet to serverside program calls the program from applet using the Https protocol, for example: URL servlet = new URL(“https://yourservername/yourprogramname?param=value&……”); AppletContext ac = getAppletContext(); ac.showDocument(servlet);

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123