On Wed, 9 Dec 2015, [email protected] wrote:
If I try to curl this page, then I get only a few lines of source code inside curl instead of the whole page with content.
curl gets what you ask it to get. What exactly doesn't it get for you that the browser gets?
Are there special parameters needed to get the whole page source with curl ?
Often you need cookies. Other times you need other headers that your browser set when it asked for that resource.
-- / daniel.haxx.se ------------------------------------------------------------------- List admin: http://cool.haxx.se/list/listinfo/curl-library Etiquette: http://curl.haxx.se/mail/etiquette.html
