Web Applications Development

Saturday, April 6, 2024

Servlet

 Handling the Client Request: Form Data

  • From data can be attached to the end of the URL for GET requests
    • Read the URL
    • Separate pairs at the ampersands, then separate the parameter names from the parameter values
  • Form data can also be sent to the server on a separate line for POST request.


No comments:

Post a Comment

Popular Posts