Using wget

  • Follow


Hi,
I=B4m trying use wget to retrieve a full web page data, but I=B4m only
getting this:


<html><head>
<STYLE TYPE=3D"text/css">
..redTitle{font-family : Verdana;font-size : 9pt;font-weight :
normal;color=3Dred;}
</STYLE>
<title>Please Wait...</title>
<meta http-equiv=3D"Refresh" content=3D"0">
</head><body>
<q class=3DredTitle> Please wait <br>
your request is being processed...</q>
</body></html>
0
Reply contracer11 (156) 5/12/2010 3:58:56 PM

contracer schrieb:
> Hi,
> I�m trying use wget to retrieve a full web page data, but I�m only
> getting this:
> 
> 
> <html><head>
> <STYLE TYPE="text/css">
> .redTitle{font-family : Verdana;font-size : 9pt;font-weight :
> normal;color=red;}
> </STYLE>
> <title>Please Wait...</title>
> <meta http-equiv="Refresh" content="0">

That looks like a page that will immediately forward you to another
web page. Though I am missing an URL defined in that code, and I am
unsure what happens in that case.

Try loading the target page instead, if it's resolved in a browser.

Janis

> </head><body>
> <q class=redTitle> Please wait <br>
> your request is being processed...</q>
> </body></html>
0
Reply Janis 5/12/2010 4:15:01 PM


On 12 maio, 13:15, Janis Papanagnou <janis_papanag...@hotmail.com>
wrote:
> contracer schrieb:
>
> > Hi,
> > I=B4m trying use wget to retrieve a full web page data, but I=B4m only
> > getting this:
>
> > <html><head>
> > <STYLE TYPE=3D"text/css">
> > .redTitle{font-family : Verdana;font-size : 9pt;font-weight :
> > normal;color=3Dred;}
> > </STYLE>
> > <title>Please Wait...</title>
> > <meta http-equiv=3D"Refresh" content=3D"0">
>
> That looks like a page that will immediately forward you to another
> web page. Though I am missing an URL defined in that code, and I am
> unsure what happens in that case.
>
> Try loading the target page instead, if it's resolved in a browser.
>
> Janis
>
>
>
> > </head><body>
> > <q class=3DredTitle> Please wait <br>
> > your request is being processed...</q>
> > </body></html>- Ocultar texto das mensagens anteriores -
>
> - Mostrar texto das mensagens anteriores -

Hi,
This is the complete URL:
http://serv-ermwm.raix.com:9082/jde/servlet/com.jdedwards.portal.components=
..saw.SawEnt?host=3Dserv-erbfm&port=3D6011&type=3DEnt&frame=3D0&action=3D1

Thanks.
0
Reply contracer 5/12/2010 5:55:27 PM

contracer wrote:
> On 12 maio, 13:15, Janis Papanagnou <janis_papanag...@hotmail.com>
> wrote:
>> contracer schrieb:
>>
>>> Hi,
>>> I�m trying use wget to retrieve a full web page data, but I�m only
>>> getting this:
>>> <html><head>
>>> <STYLE TYPE="text/css">
>>> .redTitle{font-family : Verdana;font-size : 9pt;font-weight :
>>> normal;color=red;}
>>> </STYLE>
>>> <title>Please Wait...</title>
>>> <meta http-equiv="Refresh" content="0">
>> That looks like a page that will immediately forward you to another
>> web page. Though I am missing an URL defined in that code, and I am
>> unsure what happens in that case.
>>
>> Try loading the target page instead, if it's resolved in a browser.
>>
>> Janis
>>
>>
>>
>>> </head><body>
>>> <q class=redTitle> Please wait <br>
>>> your request is being processed...</q>
>>> </body></html>- Ocultar texto das mensagens anteriores -
>> - Mostrar texto das mensagens anteriores -
> 
> Hi,
> This is the complete URL:
> [...]

So what? - Did you try the suggestion? Did it work?

> 
> Thanks.
0
Reply Janis 5/12/2010 5:58:18 PM

On 12 maio, 14:58, Janis Papanagnou <janis_papanag...@hotmail.com>
wrote:
> contracer wrote:
> > On 12 maio, 13:15, Janis Papanagnou <janis_papanag...@hotmail.com>
> > wrote:
> >> contracer schrieb:
>
> >>> Hi,
> >>> I=B4m trying use wget to retrieve a full web page data, but I=B4m onl=
y
> >>> getting this:
> >>> <html><head>
> >>> <STYLE TYPE=3D"text/css">
> >>> .redTitle{font-family : Verdana;font-size : 9pt;font-weight :
> >>> normal;color=3Dred;}
> >>> </STYLE>
> >>> <title>Please Wait...</title>
> >>> <meta http-equiv=3D"Refresh" content=3D"0">
> >> That looks like a page that will immediately forward you to another
> >> web page. Though I am missing an URL defined in that code, and I am
> >> unsure what happens in that case.
>
> >> Try loading the target page instead, if it's resolved in a browser.
>
> >> Janis
>
> >>> </head><body>
> >>> <q class=3DredTitle> Please wait <br>
> >>> your request is being processed...</q>
> >>> </body></html>- Ocultar texto das mensagens anteriores -
> >> - Mostrar texto das mensagens anteriores -
>
> > Hi,
> > This is the complete URL:
> > [...]
>
> So what? - Did you try the suggestion? Did it work?
>
>
>
>
>
> > Thanks.- Ocultar texto das mensagens anteriores -
>
> - Mostrar texto das mensagens anteriores -- Ocultar texto das mensagens a=
nteriores -
>
> - Mostrar texto das mensagens anteriores -

Can you show me what I need remove in this URL ?
0
Reply contracer 5/12/2010 6:07:12 PM

On May 12, 12:15=A0pm, Janis Papanagnou <janis_papanag...@hotmail.com>
wrote:
> contracer schrieb:
>
> > Hi,
> > I=B4m trying use wget to retrieve a full web page data, but I=B4m only
> > getting this:
>
> > <html><head>
> > <STYLE TYPE=3D"text/css">
> > .redTitle{font-family : Verdana;font-size : 9pt;font-weight :
> > normal;color=3Dred;}
> > </STYLE>
> > <title>Please Wait...</title>
> > <meta http-equiv=3D"Refresh" content=3D"0">
>
> That looks like a page that will immediately forward you to another
> web page. Though I am missing an URL defined in that code, and I am
> unsure what happens in that case.
>
> Try loading the target page instead, if it's resolved in a browser.
>
> Janis
>
> > </head><body>
> > <q class=3DredTitle> Please wait <br>
> > your request is being processed...</q>
> > </body></html>

I assume the OP wants to wget the target page automatically without a
browser. Is that possible?
0
Reply pg 5/13/2010 9:15:19 PM

pg@gmail.com wrote:
> On May 12, 12:15 pm, Janis Papanagnou <janis_papanag...@hotmail.com>
> wrote:
>> contracer schrieb:
>>
>>> Hi,
>>> I�m trying use wget to retrieve a full web page data, but I�m only
>>> getting this:
>>> <html><head>
>>> <STYLE TYPE="text/css">
>>> .redTitle{font-family : Verdana;font-size : 9pt;font-weight :
>>> normal;color=red;}
>>> </STYLE>
>>> <title>Please Wait...</title>
>>> <meta http-equiv="Refresh" content="0">
>> That looks like a page that will immediately forward you to another
>> web page. Though I am missing an URL defined in that code, and I am
>> unsure what happens in that case.
>>
>> Try loading the target page instead, if it's resolved in a browser.
>>
>> Janis
>>
>>> </head><body>
>>> <q class=redTitle> Please wait <br>
>>> your request is being processed...</q>
>>> </body></html>
> 
> I assume the OP wants to wget the target page automatically without a
> browser. Is that possible?

Probably. I suggested to use a browser to see the URL where he will be
redirected to, and then use that URL in his wget automation instead of
the original forwarding URL.

(I don't click on posted random URLs, so I've not done the check that
the OP should try out himself if he thinks that might help him.)

Janis
0
Reply Janis 5/14/2010 2:16:45 AM

On 13 maio, 23:16, Janis Papanagnou <janis_papanag...@hotmail.com>
wrote:
> p...@gmail.com wrote:
> > On May 12, 12:15 pm, Janis Papanagnou <janis_papanag...@hotmail.com>
> > wrote:
> >> contracer schrieb:
>
> >>> Hi,
> >>> I=B4m trying use wget to retrieve a full web page data, but I=B4m onl=
y
> >>> getting this:
> >>> <html><head>
> >>> <STYLE TYPE=3D"text/css">
> >>> .redTitle{font-family : Verdana;font-size : 9pt;font-weight :
> >>> normal;color=3Dred;}
> >>> </STYLE>
> >>> <title>Please Wait...</title>
> >>> <meta http-equiv=3D"Refresh" content=3D"0">
> >> That looks like a page that will immediately forward you to another
> >> web page. Though I am missing an URL defined in that code, and I am
> >> unsure what happens in that case.
>
> >> Try loading the target page instead, if it's resolved in a browser.
>
> >> Janis
>
> >>> </head><body>
> >>> <q class=3DredTitle> Please wait <br>
> >>> your request is being processed...</q>
> >>> </body></html>
>
> > I assume the OP wants to wget the target page automatically without a
> > browser. Is that possible?
>
> Probably. I suggested to use a browser to see the URL where he will be
> redirected to, and then use that URL in his wget automation instead of
> the original forwarding URL.
>
> (I don't click on posted random URLs, so I've not done the check that
> the OP should try out himself if he thinks that might help him.)
>
> Janis

This URL is acessible only in my intranet.
When I use Explorer web browser the URL doesn't change.
I can see the words "please wait", the web page is created normally,
but the URL doesn't change.
I don't know which url's string I need use to this works fine in wget.
0
Reply contracer 5/14/2010 10:06:46 AM

7 Replies
349 Views

(page loaded in 0.129 seconds)

Similiar Articles:













7/28/2012 10:30:49 AM


Reply: