[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [hobbit] http url problem



On Mon, Jul 31, 2006 at 06:00:13PM +0200, Nicolas wrote:
> I m  trying to monitore a specific URL with the words "http://"; in it:
> 
> http://www.xxx.com/front/module/render/http://yyyyy.com/HOME
> 
> It seems hobbit tries to monitore http://yyyyy.com/HOME only.
> 
> Is it a bug ?

No, it's a feature. Your URL happens to be just like the one
Hobbit uses for testing URL's through a proxy server.

I haven't tried, but I think it might work if you change the
last part of the URL to use a "%3a" instead of the colon. Like

http://www.xxx.com/front/module/render/http%3a//yyyyy.com/HOME


Regards,
Henrik