Re: [Synalist] Redirection doesnt work with HttpGetText

2011-09-22 Thread cem zafer demirsoy
Thanks alot.

On Thu, Sep 22, 2011 at 8:58 PM, silvioprog  wrote:

> The LazSolutons implements a redirecion method. And works fine.
>
> Please, see the project at: http://code.google.com/p/lazsolutions/
>
> Download via SVN (http://tortoisesvn.net/downloads.html). The link of
> trunk is: http://lazsolutions.googlecode.com/svn
>
> Good luck.
>
> 2011/9/22 Arthur Pires :
> > You need to manually parse the "Location: [redirection]" header and issue
> > the request again.
> >
> > 2011/9/22 cem zafer demirsoy 
> >>
> >> Hi all,
> >> I have encountered a problem like this, when I try to get a page
> with
> >> HttpGetText it works fine. But if HTTP status code is 302 (Redirection)
> I
> >> havent get the page with HttpGetText.
> >> How can I overcome this situation?
> >> Thanks.
>
> --
> Silvio Clécio
> ===
> Blog - 
> Twitter - 
> Facebook - 
> LazSolutions - 
> LazWebSolutions - 
> Lazarus-BR - 
> ===
>* Conheça nosso canal IRC sobre Lazarus: #lazarus-br *
> ===
>
>
> --
> All the data continuously generated in your IT infrastructure contains a
> definitive record of customers, application performance, security
> threats, fraudulent activity and more. Splunk takes this data and makes
> sense of it. Business sense. IT sense. Common sense.
> http://p.sf.net/sfu/splunk-d2dcopy1
> ___
> synalist-public mailing list
> synalist-public@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/synalist-public
>
--
All the data continuously generated in your IT infrastructure contains a
definitive record of customers, application performance, security
threats, fraudulent activity and more. Splunk takes this data and makes
sense of it. Business sense. IT sense. Common sense.
http://p.sf.net/sfu/splunk-d2dcopy1___
synalist-public mailing list
synalist-public@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synalist-public


Re: [Synalist] Redirection doesnt work with HttpGetText

2011-09-22 Thread silvioprog
The LazSolutons implements a redirecion method. And works fine.

Please, see the project at: http://code.google.com/p/lazsolutions/

Download via SVN (http://tortoisesvn.net/downloads.html). The link of
trunk is: http://lazsolutions.googlecode.com/svn

Good luck.

2011/9/22 Arthur Pires :
> You need to manually parse the "Location: [redirection]" header and issue
> the request again.
>
> 2011/9/22 cem zafer demirsoy 
>>
>>     Hi all,
>>     I have encountered a problem like this, when I try to get a page with
>> HttpGetText it works fine. But if HTTP status code is 302 (Redirection) I
>> havent get the page with HttpGetText.
>>     How can I overcome this situation?
>>     Thanks.

-- 
Silvio Clécio
===
Blog - 
Twitter - 
Facebook - 
LazSolutions - 
LazWebSolutions - 
Lazarus-BR - 
===
   * Conheça nosso canal IRC sobre Lazarus: #lazarus-br *
===

--
All the data continuously generated in your IT infrastructure contains a
definitive record of customers, application performance, security
threats, fraudulent activity and more. Splunk takes this data and makes
sense of it. Business sense. IT sense. Common sense.
http://p.sf.net/sfu/splunk-d2dcopy1
___
synalist-public mailing list
synalist-public@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synalist-public


Re: [Synalist] Redirection doesnt work with HttpGetText

2011-09-22 Thread Arthur Pires
You need to manually parse the "Location: [redirection]" header and issue
the request again.

2011/9/22 cem zafer demirsoy 

> Hi all,
> I have encountered a problem like this, when I try to get a page with
> HttpGetText it works fine. But if HTTP status code is 302 (Redirection) I
> havent get the page with HttpGetText.
> How can I overcome this situation?
> Thanks.
>
>
>
> --
> All the data continuously generated in your IT infrastructure contains a
> definitive record of customers, application performance, security
> threats, fraudulent activity and more. Splunk takes this data and makes
> sense of it. Business sense. IT sense. Common sense.
> http://p.sf.net/sfu/splunk-d2dcopy1
> ___
> synalist-public mailing list
> synalist-public@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/synalist-public
>
>


-- 
Arthur Pires Ribeiro Silva
Faculdade de Engenharia Elétrica
Universidade Federal de Uberlândia
Contato: +55 (34) 9245-7474
--
All the data continuously generated in your IT infrastructure contains a
definitive record of customers, application performance, security
threats, fraudulent activity and more. Splunk takes this data and makes
sense of it. Business sense. IT sense. Common sense.
http://p.sf.net/sfu/splunk-d2dcopy1___
synalist-public mailing list
synalist-public@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synalist-public


[Synalist] Redirection doesnt work with HttpGetText

2011-09-22 Thread cem zafer demirsoy
Hi all,
I have encountered a problem like this, when I try to get a page with
HttpGetText it works fine. But if HTTP status code is 302 (Redirection) I
havent get the page with HttpGetText.
How can I overcome this situation?
Thanks.
--
All the data continuously generated in your IT infrastructure contains a
definitive record of customers, application performance, security
threats, fraudulent activity and more. Splunk takes this data and makes
sense of it. Business sense. IT sense. Common sense.
http://p.sf.net/sfu/splunk-d2dcopy1___
synalist-public mailing list
synalist-public@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synalist-public


Re: [Synalist] THTTPSend file size

2011-09-22 Thread cem zafer demirsoy
Upps, Pardon.

On Thu, Sep 22, 2011 at 8:39 PM, cem zafer demirsoy wrote:

> Hi all,
> I have encountered a problem like this, when I have get a page with
> HttpGetText it works fine. But if HTTP status code is 302 or 303
> (Redirection) I havent get the page with HttpGetText.
> How can I overcome this situation?
> Thanks.
>
--
All the data continuously generated in your IT infrastructure contains a
definitive record of customers, application performance, security
threats, fraudulent activity and more. Splunk takes this data and makes
sense of it. Business sense. IT sense. Common sense.
http://p.sf.net/sfu/splunk-d2dcopy1___
synalist-public mailing list
synalist-public@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synalist-public


Re: [Synalist] THTTPSend file size

2011-09-22 Thread cem zafer demirsoy
Hi all,
I have encountered a problem like this, when I have get a page with
HttpGetText it works fine. But if HTTP status code is 302 or 303
(Redirection) I havent get the page with HttpGetText.
How can I overcome this situation?
Thanks.
--
All the data continuously generated in your IT infrastructure contains a
definitive record of customers, application performance, security
threats, fraudulent activity and more. Splunk takes this data and makes
sense of it. Business sense. IT sense. Common sense.
http://p.sf.net/sfu/splunk-d2dcopy1___
synalist-public mailing list
synalist-public@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synalist-public