[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [hobbit] [Hobbit] URLPlus interest - looking for feedback
- To: hobbit (at) hswn.dk
- Subject: Re: [hobbit] [Hobbit] URLPlus interest - looking for feedback
- From: Gary Baluha <gumby3203 (at) gmail.com>
- Date: Fri, 31 Jul 2009 12:25:53 -0400
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type; bh=VtyzGKPHJrldGvCUl9I5JarMBASSArx1wCtYGP+5zk8=; b=JVQEXOo2AuZsQ7wKVbHRmODO9UkCPhfTYc+5oIAYvRemDaT3Bm1eiTPhGqmVmpSTf5 soWXxoIAm8zf4wSqcl/nyQQS0r3BddTQSZAaha4mdUbVEensOL9O9bUg6W57w77w7arU 3lRTwtmXB4ciILi0NKTaMa1u9CMwaJDrLneXk=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=CBZNasq7PrlY3N3uFet46G6cbvRbP6SlVBX158rjZXKWp77OxqRZ3uo01mb77dtF4M XyGPdBvul3aE7J1xrPtUxn0eZxB2fJkjfpuSyKKQV6tuuk1Y0/bAyAwpduHki/J9ogUd JAhfGscCcvlaG0XxvuVunYJ4oUv+d6iisLQrA=
- References: <29f517690907290934q2120eaaewf16287ab9cb6ffa8 (at) mail.gmail.com> <A3D12FAD74FC8B46991703F40C182BAB05C5C84739 (at) permls102.wde.woodside.com.au> <997a524e0907302315r643189b6iaa282d9abe937ebe (at) mail.gmail.com>
URLPlus as it is now does support proxy servers. I think the version on The
Shire (I still call it by that; I keep forgetting the new name) is an older
version prior to the proxy support I added.
On Fri, Jul 31, 2009 at 2:15 AM, Ralph Mitchell <ralphmitchell (at) gmail.com>wrote:
> Heh - that looks like exactly what I was doing for the last 8 years. Do
> you have any vacancies?? :)
> URLPlus uses curl, so it should be able to do what your existing scripts
> do. This is the line in the showUrl subroutine:
>
> $ret=qx(curl -m $tout -s -k -S $pstr "$url" 2>&1);
>
>
> I guess that's one place some changes could be made - adding options for
> user authentication, proxy url and proxy authentication.
>
> Ralph Mitchell
>
>
> On Thu, Jul 30, 2009 at 9:14 PM, Everett, Vernon <
> Vernon.Everett (at) woodside.com.au> wrote:
>
>> Hi Gary
>>
>> I have seen URLPlus, but never delved into it.
>> Instead, I have been messing about with scripts using curl to try and get
>> web sites checked.
>> It gets a bit tricky here, because we have internal and external web sites
>> we need to check, some need to go through our proxy, some not.
>> And then we also need to check external "service" web sites that we
>> require to be up.
>> And it's all a nice mix of http and https.
>> Does URLPlus handle proxy servers OK?
>>
>> Not sure what it needs, since I haven't used it yet, but I would encourage
>> you to continue working on it.
>>
>> We have a major project deadline we are working towards right now, so time
>> is a premium, but in the near future, I will give URLPlus a go, and let you
>> know what I think.
>>
>> Regards
>> Vernon
>>
>>