curl-users
simple/weird question
Date: Sun, 29 Nov 2015 21:21:35 -0500
Hi.
Trying to fetch a simple page.
The target is:
http://www.foothill.edu/schedule/schedule.php
In different browsers, without javascript or referer, results come
back as expected.
Using different curls settings, can't seem to get the complete
returned content. The content seems to be missing the select for the
terms!!
Almost as though the returned data is corrupted.. But it happens
consistently, regardless of trying different headers, etc..
I've also tried wget, and get the same results.
my test curl is:
curl -vvv -k -A "User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0)
Gecko/20100101 Firefox/38.0" -H 'Accept:
text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8' -H
'Accept-Language: en-US,en;q=0.5' -H 'Accept-Encoding: gzip, deflate'
--cookie-jar aa.lwp --cookie aa.lwp -L
"http://www.foothill.edu/schedule/schedule.php"
any pointers would be cool...
thanks
this should have a fall/winter term in the select/options..
<strong>Quarter:</strong>
<span class='indent'>
<select name="Quarter" id="Quarter">
<option value="" selected="selected">Select Quarter</option>
<option value="2</select> <i class='small'>(optional)</i>
</span><br />
<div class='indent1'>
<i class='small'>Current quarter results will be displayed if
no quarter is selected.
<br />
Future quarter listings will appear when the scheduling office
determines that they are ready for release.</i>
<br /><br />
</div>
-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-users
FAQ: http://curl.haxx.se/docs/faq.html
Etiquette: http://curl.haxx.se/mail/etiquette.html
Received on 2015-11-30