hi
i have a problem
i would like to make a connection via httpUnit to URL with specific parameters.
i.e:
private WebRequest req = new GetMethodWebRequest("http://www.google.de/index.html?intro=1&lang=ES&init=1");
then if i want to see my response(System.out.println(response.getText();)
then i see only the goolge-site(without parameters with wich i have called the page)
How can i make a connection to site with parameters???
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
hi
i have a problem
i would like to make a connection via httpUnit to URL with specific parameters.
i.e:
private WebRequest req = new GetMethodWebRequest("http://www.google.de/index.html?intro=1&lang=ES&init=1");
then if i want to see my response(System.out.println(response.getText();)
then i see only the goolge-site(without parameters with wich i have called the page)
How can i make a connection to site with parameters???