Hi Ranchers,
I am quite new to the htmlunit framework. Using it for navigating into a website to automate a job. This website is having the following property
1. This website is only operational in USA.
2. If we try to use it from any other location then we can login and get the second page with welcome message and few links. And if we click any of the link it will routed back to the login page again by telling that we don't have permission to do the click.
I am trying to use htmlunit to navigate into the website and when I am running the code from outside USA I am routed back to the login after I try to click anything in the second page ( i.e initial login is working)page as expected. Now I have given the same code to my USA teammates but there also it is not able to get pass the second page, i.e getting the same behavior as if it's running from non US . I am using,
for the initial configuration. Am I missing something? What are the things mainly I need to check.
Please help ...
>