ajax - how curl retrieves a url with # and ! symbols in it? -
i considering using curl retrieve page url(http://bbs.byr.cn/#!board/jobinfo?p=3) ended getting notice bash like
$ curl bbs.byr.cn/#!article/jobinfo/102321 bash: !article/jobinfo/102321: event not found
this url accessible in browser window, how can write curl command line works on url?
in general not possible stuff after hashtag (#) handled javascript on client side. curl cannot execute javascript. can put url in quotes static part of page, surly not want.
if observe traffic of page in firebug see url http://bbs.byr.cn/board/jobinfo?p=3
downloaded. file can download results.
Comments
Post a Comment