From: Dan L. <dl...@ca...> - 2005-04-25 16:45:36
|
for the basis of certain tests, i need to call pages via IP instead of DNS. only problem is I need dns-based cookie support. i have seen in some web client utils the ability to enter an IP and a DNS and have the client call pages via the IP but act as if it were calling the DNS (for cookies and such). Would this be a HttpClient level functionality or HtmlUnit functionality? thanks! > HtmlUnit relies on commons-httpclient 3.0 for Cookie > handling. The odds are pretty good that whatever cookie > problems you're encountering already have a solution as explained > in the Cookie Guide. If that doesn't help then post |