Hi all,

Testing purpose Code :

<form  method="post" action="https://www.google.com/accounts/
ClientLogin">
    <input type="hidden" name="accountType" value="GOOGLE" />
    <input type="hidden" name="Email" value="[email protected]" />
    <input type="hidden" name="Passwd" value="password" />
    <input type="hidden" name="service" value="local" />
    <input type="hidden" name="source" value="mycompany-myapp-1" />
    <input type="submit" name="submit" value="Submit" />
</form>

Above code returns following Output:
SID    = DQAAAIYAA.....................FnuPg
LSID  = DQAAAIO........................9NvlGY4N2niN9OHOE_KrdSd4K5aOPf4
Auth  = DQA..................................C0toBnCyct59IZsY8qujEh-
Y850

Then I use "Auth" in following code:
<form method="get" action="http://maps.google.com/maps/feeds/maps/
default/full">
 <input type="hidden" name="Authorization" value="GoogleLogin" />
    <input type="hidden" name="Auth"
value="DQA..................................C0toBnCyct59IZsY8qujEh-
Y850"/>
<input type="submit" name="submit" value="submit" />
</form>

Above code return following error:
Error :  Internal Error


Kindly tell us where I makes the mistak?

Thanks in advance.

-- 
You received this message because you are subscribed to the Google Groups 
"Google Maps JavaScript API v3" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.

Reply via email to