Re: needed: webpage getter!

new topic     » goto parent     » topic index » view thread      » older message » newer message

Kat wrote:
> 
> Greets again all, webpages bugging me again. The url in question is 
> 
> wwws.sheetmusicplus.com
> 
> and almost every page after that. The only page getter that i have tried 
> (written in Eu) is Webshepard, and it pesters me for cookies 5 times for each 
> page. In all the other webgetters, no cookie is bothered with, but the urls on
>
> the pages are munged to fit their search engine, and are essentially useless. 
> The urls are ok in IE5.0, and much much shorter too.  I am looking witless, 
> can anyone tell me why Eu apps cannot get this page properly? Internet 
> Exporer gets it fine, with and without the http proxy. Tcp4u won't get it with
>
> the tcp4u_ calls, nor the http4u_ calls.

My socks library can't read the page either, it hangs waiting to read a 
byte from the server. If you just need to get something done, wget works 
fine. If you must use Eu, then perhaps from the following trace you can 
find what is missing (my guess is something to do with tbe "Moved temporarily" 
line:

[irv@localhost irv]$ wget -S wwws.sheetmusicplus.com/index.html
--09:53:43--  http://wwws.sheetmusicplus.com/index.html
           => `index.html'
Resolving wwws.sheetmusicplus.com... 63.90.205.227
Connecting to wwws.sheetmusicplus.com[63.90.205.227]:80... connected.
HTTP request sent, awaiting response...
 1 HTTP/1.0 302 Moved Temporarily
 2 Location: http://www.sheetmusicplus.com/?r=emdb2
 3 Server: WebSTAR/4.5(SSL) ID/70713
 4 Content-Length: 0
Location: http://www.sheetmusicplus.com/?r=emdb2 [following]
--09:53:44--  http://www.sheetmusicplus.com/?r=emdb2
           => `index.html?r=emdb2.5'
Resolving www.sheetmusicplus.com... 63.90.205.101, 63.90.205.110, 63.90.205.220,
...
Connecting to www.sheetmusicplus.com[63.90.205.101]:80... connected.
HTTP request sent, awaiting response...
 1 HTTP/1.0 200 OK
 2 Content-type: text/html
3 Set-Cookie: CustNum=62509557827; expires=Wednesday, 31-Dec-2005 23:12:40 GMT;
 path=/; domain=.sheetmusicplus.com
4 Set-Cookie: from=; expires=Wednesday, 31-Dec-2005 23:12:40 GMT; path=/;
 domain=.sheetmusicplus.com
5 Set-Cookie: ad=/default.tmpl; expires=Wednesday, 31-Dec-2005 23:12:40 GMT;
 path=/; domain=.sheetmusicplus.com
6 Set-Cookie: Visits=1; expires=Wednesday, 31-Dec-2005 23:12:40 GMT; path=/;
 domain=.sheetmusicplus.com
 7 Server: WebSTAR/4.5(SSL) ID/70713
 8 Content-Length: 37798

100%[====================================>] 37,798         9.62K/s    ETA 00:00

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu