Answered step by step
Verified Expert Solution
Question
1 Approved Answer
private String printPostRequest () throws IoException & String line = in.readLine (); while(lline.isEmpty()) { System. out.println(line); line = in.readLine (); return null; As you can
private String printPostRequest () throws IoException \& String line = in.readLine (); while(lline.isEmpty()) \{ System. out.println(line); line = in.readLine (); return null; As you can see that the technique used in the Simple Date Server is only suitable for GET request. As for POST request, additional post data cannot be read by this approach. In this assignment, you are asked to modify/add/change the code of the method such that the last line can be read and returned so that the post data can be used in subsequent part. As such, the signature of the printPostRequest should be changed to: private string printPostrequest()
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started