B
Bit Byte
I need to download some publicly available data from a website. I can
access the data manually, without any problem when I use my browser,
however, I am trying to automate the donloading of the data, using a C#
application.
However when I try to use an "HTTP get" from C#, I get a message from
the server saying that "No Automatic downloads allowed".
I have two questions:
1). Has someone come accross this problem before?
2). How do I get round this ? - some guidelines, pseudocode or even a
link to some sample code would be greatly appreciated...
Additionally, I would be grateful if someone could explain technically,
whats going on.
Misc info: The site I'm tring to access is running IIS on .Net 1.1 framework
access the data manually, without any problem when I use my browser,
however, I am trying to automate the donloading of the data, using a C#
application.
However when I try to use an "HTTP get" from C#, I get a message from
the server saying that "No Automatic downloads allowed".
I have two questions:
1). Has someone come accross this problem before?
2). How do I get round this ? - some guidelines, pseudocode or even a
link to some sample code would be greatly appreciated...
Additionally, I would be grateful if someone could explain technically,
whats going on.
Misc info: The site I'm tring to access is running IIS on .Net 1.1 framework