Thanks @neilsbosma
I have looked at the SeoTools.config.xml file but I am not sure what I am supposed to enter there?
Note I inserted a generic user and password in the proxy address below for the forum posting
And I have cookies set to true
The settings below do not work when fetching prices from the shopping cart
What exactly is supposed to be entered as the address?
neither of the urls below fetch my wholesale prices
This would be one of the product page url's
http://www.newsensor.com/ProductHighLight.aspx?ProId=567
http://www.newsensor.com
http://newsensor.com/ConsumerLogin.aspx
<HttpSettings>
<Configuration Name="Config1">
<Proxies>
<Proxy Address="http://www.newsensor.com" User="username" Password="password" />
<Proxy Address="http://www.newsensor.com/ProductHighLight.aspx?ProId=567" User="username"
<Proxy Address="http://newsensor.com/ConsumerLogin.aspx" User="username"Password="password" />
</Proxies>
</Configuration>
</HttpSettings>
<GlobalSettings>
<Cache>true</Cache>
<IntervalBetweenRequests RandomFrom="0" RandomTo="0" IfSame="Host" />
<FailOnHttpError>false</FailOnHttpError>
<CollectCookies>true</CollectCookies>
<RequestMethod>GET</RequestMethod>
<RequestEncoding>UTF-8</RequestEncoding>
<ResponseEncoding>UTF-8</ResponseEncoding>