java code to fake form POST?

From: D. Alvarado (laredotornado_at_zipmail.com)
Date: 10/31/03


Date: 31 Oct 2003 07:43:06 -0800

Hi,
   Does anyone know who I can fake submiting data via the POST method
in Java? This is code that I'm writing for a servlet, and the data is
too big such that I can just append it to the url I want to submit it
to.

Much thanks - Dave



Relevant Pages

  • Re: java code to fake form POST?
    ... This is code that I'm writing for a servlet, ... >too big such that I can just append it to the url I want to submit it ... See http://mindprod.com/jgloss/jgloss.html for The Java Glossary. ...
    (comp.lang.java.programmer)
  • Re: java code to fake form POST?
    ... > method in Java? ... This is code that I'm writing for a servlet, ... You need to get the URLConnection's output stream and write to that ...
    (comp.lang.java.programmer)