Post using Query String
From: Bo Conroy (bconroy_at_ritchiecapital.com)
Date: 03/16/04
- Previous message: J. VerSchave: "Request-scoped objects and sendRedirect()"
- Next in thread: Silvio Bierman: "Re: Post using Query String"
- Reply: Silvio Bierman: "Re: Post using Query String"
- Reply: Michael Scovetta: "Re: Post using Query String"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 16 Mar 2004 12:01:26 -0800
I want to open up a web page from a java application in a new process
using the Runtime.exec method. The problem is that the web page I
want to open needs parameters passed to it via the POST method. Is
there any way to use the query string to pass parameters and tell the
server that a post is being done simply through a URL?
My second question is the fallback if this cannot be done. I have not
found yet how to open a URLConnection in a client application and do
an HTTP Post to a URL. Any suggestions on where to look for that?
Thanks,
Bo
- Previous message: J. VerSchave: "Request-scoped objects and sendRedirect()"
- Next in thread: Silvio Bierman: "Re: Post using Query String"
- Reply: Silvio Bierman: "Re: Post using Query String"
- Reply: Michael Scovetta: "Re: Post using Query String"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]