K
kyildiz
Hi,
I had written a program long time ago that loaded a web site and
parsed the info on that web site and created a database about the
information.
Then the comapny that maintains the web site has moved to aspx web
forms, and my old program does not work, because the server recognizes
that there is no web browser at the other end and does not send the
appropriate page. I also used to parse the page to see if there is
more data and ask for the following pages. Now I can not do that
either, because it requires that I somehow need to send a submit
command with approriate aspx info.
Is there a way to write program that would fake the server to load the
page, and I will parse it again, ask for the next page, and so on?
Perhaps some examples?
Your help is appreciated.
Thanks.
I had written a program long time ago that loaded a web site and
parsed the info on that web site and created a database about the
information.
Then the comapny that maintains the web site has moved to aspx web
forms, and my old program does not work, because the server recognizes
that there is no web browser at the other end and does not send the
appropriate page. I also used to parse the page to see if there is
more data and ask for the following pages. Now I can not do that
either, because it requires that I somehow need to send a submit
command with approriate aspx info.
Is there a way to write program that would fake the server to load the
page, and I will parse it again, ask for the next page, and so on?
Perhaps some examples?
Your help is appreciated.
Thanks.