Can I specify different port to use with my HTTP requests? For example:
wc.getResponse( "http://www.meterware.com:<port>/testpage.html" );
where <port> can be any desired value
sure - do it just as you would expect
Log in to post a comment.
Can I specify different port to use with my HTTP requests? For example:
wc.getResponse( "http://www.meterware.com:<port>/testpage.html" );
where <port> can be any desired value
sure - do it just as you would expect