How can i get dynamic URL?
-
I am making web Crawler. I can get hard coded URL but not able to get dynamic generated URL (URL contain ? mark ). Can you tell me, how can i get this in C++.
-
I am making web Crawler. I can get hard coded URL but not able to get dynamic generated URL (URL contain ? mark ). Can you tell me, how can i get this in C++.
sumit.durg wrote:
but not able to get dynamic generated URL (URL contain ? mark ).
From where do you want to get this "dynamically generated URL" and where do you get the hard code URL from?
Somethings seem HARD to do, until we know how to do them. ;-)_AnShUmAn_
-
sumit.durg wrote:
but not able to get dynamic generated URL (URL contain ? mark ).
From where do you want to get this "dynamically generated URL" and where do you get the hard code URL from?
Somethings seem HARD to do, until we know how to do them. ;-)_AnShUmAn_
while parsing HTML code itself.