on 6/9/04 2:12 PM, [EMAIL PROTECTED] purportedly said: > got a bit of a problem/lack of understanding... > > the following url works in a browser window. it can be selected, and the > appropriate page appears... > > http://soc.our.psu.edu/soc/act_main_search.cfm?Semester=FALL%202004&CrseLoc= > AA%3A%3AAltoona%20Campus&CECrseLoc=&CourseAbbrev=0&CrseAlpha=a%2Dc&CourseNum > =0 > > what i'm trying to get a better understanding of, is why when this is used > with libwww/wget/etc.. the correct page is not returned.. i've disabled > cookies on my test IE browser so it shouldn't be a cookie issue.. > > (and yeah.. you were correct when you pointed out that all this really does > is redirect to a basic tree structure!!! which kind of makes this effort > pointless.. but i need to get a better understanding as to what the > problem/issue is that i'm missing...)
I have no problem accessing the correct information using the LWP command line program GET. The first URL generates a meta-refresh. If you follow the refresh, you get the same page as in your browser. LWP does not follow META refreshes AFAIK, so you have to handle them in your app. Keary Suska Esoteritech, Inc. "Leveraging Open Source for a better Internet"