beefeater267
Programmer
- Apr 6, 2005
- 79
Hi,
I need to create a JAVA Servlet which just needs to capture HTTP POST data coming from another web application.
How do you retrieve HTTP POST data w/ a Java Servlet? For example, support I have a form w/ a text box named 'job'. When the data is posted via HTTP to the servlet, how can i get the value of 'job'?
thanks
I need to create a JAVA Servlet which just needs to capture HTTP POST data coming from another web application.
How do you retrieve HTTP POST data w/ a Java Servlet? For example, support I have a form w/ a text box named 'job'. When the data is posted via HTTP to the servlet, how can i get the value of 'job'?
thanks