On Sat, Feb 14, 2009 at 03:44:49PM +0900, furaisanjin wrote:
Hi all.
I have noticed that google login redirect is something like this.
<meta http-equiv="refresh" content="0; url='http://www.google.com/ .....>
So generated redirect template looks like
<table width='100%'><tr><td bgcolor='#ee0000'>Warning:</td> <td bgcolor='#8899aa' width='100%'> This page uses the NON-STANDARD meta refresh tag.<br> The HTML 4.01 SPEC (sec 7.4.4) recommends explicitly to avoid it.</td></tr> <tr><td bgcolor='#a0a0a0' colspan='2'>The author wanted you to go <a href=''http://www.google.com/ ...
So dillo just navigates to the same page. This is the reason why we can't login.
The problem is that "content" in META can be anything. There's no format for it. It seems an heuristic may be of use here... What do you do to get that redirection? I've tried some google pages but can't get the ' -- Cheers Jorge.-