Hi, I'm trying to put our demo server in config as host like this: host = "http://our.demo.server.com" and use it later like this <invoke url = "/login" /> to go to url http://our.demo.server.com/login. The problem is that now Webtest goes to page http://our.demo.server.com:80/login because port 80 is used as default and this page does not exist. I have not figured out how to make Webtest leave the ":80" -part out. Any ideas? -- View this message in context: http://old.nabble.com/Host-and-port-in-config-tp34010649p34010649.html Sent from the WebTest mailing list archive at Nabble.com.
_______________________________________________ WebTest mailing list [email protected] http://lists.canoo.com/mailman/listinfo/webtest

