Title: RE: [jdjlist] RE: trouble calling a JSP (with parameters) from a java application

Yip, You'll need to figure out what the target expects. GET is easier to write and debug then the POST.  I should think you'll have your answer easily if you try typing your request in the URL using http://www.yoururl.com?param=valuetosearch 

If it works, target supports a GET, if not, you have to send a POST:

http://www.google.com/search?hl=en&ie=UTF-8&oe=UTF-8&q=Java+POST+request

Greg


 --- Ronald Newton <[EMAIL PROTECTED]> wrote:
> I should think you might need to send the same information as a POST
> or GET,
> depending on what the page expected.
>
> Are you trying to hack someone else's search page?  Tisk, tisk if you
> are.
>
> Ronald Newton
> ICeSD, SCJD, SCJP
> Author Java Programming Practice Test at www.boson.com
> <http://www.boson.com>
>

---
You are currently subscribed to jdjlist as: [EMAIL PROTECTED]
To unsubscribe send a blank email to [EMAIL PROTECTED]
http://www.sys-con.com/fusetalk

Reply via email to