I have this 1-line request and it is failing:
var reader = XmlReader.Create(address);
However, I can open it in the browser no problem.
At home everything's working fine, at work, I get this problem.
Any idea what's wrong?
Thanks.
I have this 1-line request and it is failing:
var reader = XmlReader.Create(address);
However, I can open it in the browser no problem.
At home everything's working fine, at work, I get this problem.
Any idea what's wrong?
Thanks.