CreateRequest against Google
MIME-Version: 1.0
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable
Yes. I just haven't had time to review it yet.
Thanks for your patience.
Sent from my Windows Phone
From: Dave W
Sent: 5/6/2012 2:32 PM
To: DotNetOpenAuth
Subject: [dotnetopenauth] Re: Bad Request Exception when calling
CreateRequest against Google
Hi Andrew
Thanks for your response!
I sent the full log file to you last week. I was just wondering if you
have received it? Thanks very much!
Cheers,
Dave
On May 3, 1:54=C2=A0am, Andrew Arnott <
andrewarn...@gmail.com> wrote:
> The thread you linked to was never fully resolved, although a private bui=
ld
> I prepared for those folks alleviated the symptoms. =C2=A0I'm not sure yo=
ur
> symptoms are the same though -- they don't sound similar yet.
>
> If you can please send me the full log I'd appreciate it. =C2=A0It would =
be
> helpful if you could preserve it exactly (no obfuscated domain names) so
> that I can try reproducing it if necessary. =C2=A0Feel free to send it pr=
ivately
> just to me if that's more comfortable.
>
> --
> Andrew Arnott
> "I [may] not agree with what you have to say, but I'll defend to the deat=
h
> your right to say it." - S. G. Tallentyre
>
> On Tue, May 1, 2012 at 10:58 PM, Dave W <
dave.whar...@gdev.intilecta.com>=
wrote:
>
>
>
>
>
>
>
> > Hello
>
> > I am using DNOA to authenticate users against Google. I have noticed
> > that I get the following exceptions logged in the log file even though
> > the authentication goes on to succeed. I am using version 4.0.0.12084
> > of DotNetOpenAuth.
>
> > I was wondering if this is expected or not?
>
> > This thread seems pretty similar to what I am seeing (i.e. it is slow,
> > similar errors and in the end it succeeds) but it is two years old now
> > so I am not sure if it still applies:
>
> >
http://groups.google.com/group/dotnetopenid/browse_thread/thread/2ae8...
>
> > Any help would be appreciated! Thanks!
>
> > Cheers,
> > Dave
>
> > The exceptions from the logs (I can provide I full log if required):
> > ERROR 2012-05-02 17:00:15,674 =C2=A07536ms Http =C2=A0 =C2=A0 =C2=A0 =
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 -
> > WebException from
> >
https://www.google.com/accounts/o8/user-xrds?uri=3Dhttp:%2F%2Fsomegoogl.=
..
> > :
> > <!DOCTYPE html>
> > <html>
> > =C2=A0<head>
> > =C2=A0<title>Google Accounts</title>
> > =C2=A0<style type=3D"text/css">
> > =C2=A0body {font-family: arial,sans-serif;}
> > =C2=A0.body {margin: 15px 15px; }
> > =C2=A0</style>
> > =C2=A0</head>
> > =C2=A0<body dir=3D"" ><style type=3D"text/css">
> > =C2=A0.aligns {
> > =C2=A0text-align: ;
> > =C2=A0}
> > =C2=A0.margins {
> > =C2=A0margin-: 13px;
> > =C2=A0}
> > =C2=A0.floats-normal {
> > =C2=A0float: ;
> > =C2=A0}
> > =C2=A0.floats-reverse {
> > =C2=A0float: ;
> > =C2=A0margin-top: 17px;
> > =C2=A0}
> > </style>
> > =C2=A0<div class=3D"header margins" style=3D"height: 59px; margin: 33px=
15px
> > 9px 15px;">
> > =C2=A0<img src=3D"
https://www.google.com/intl//images/logos/
> > accounts_logo.gif" alt=3D"Google Accounts" height=3D"40px;"/>
> > =C2=A0</div>
> > =C2=A0<div style=3D"clear:both;"></div>
> > =C2=A0<div class=3D"body">
> > =C2=A0</div>
> > =C2=A0<div class=3D"footer" style=3D"color: #666; font-size: smaller; m=
argin:
> > 50px 15px 0 15px; text-align: center;">
> > =C2=A0©2009 Google -
> > =C2=A0<a href=3D"
http://www.google.com">Google Home</a> -
> > =C2=A0<a href=3D"
https://www.google.com/accounts/TOS?hl=3D">Terms of Se=
rvice</
> > a> -
> > =C2=A0<a href=3D"
http://www.google.com/intl//privacy.html">Privacy Poli=
cy</
> > a> -
> > =C2=A0<a href=3D"
http://www.google.com/support/accounts?hl=3D">Help</a>
> > =C2=A0</div>
> > =C2=A0</body>
> > </html>
> > WARN =C2=A02012-05-02 17:00:18,456 10319ms Yadis =C2=A0 =C2=A0 =C2=A0 =
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0-
> > HTTP GET error while retrieving described-by XRDS document
>
> >
https://www.google.com/accounts/o8/user-xrds?uri=3Dhttp%3A%2F%2Fsomegoo.=
..
> > :
> > DotNetOpenAuth.Messaging.ProtocolException: Error occurred while
> > sending a direct message or getting the response. --->
> > System.Net.WebException: The remote server returned an error: (400)
> > Bad Request.
> > =C2=A0 at System.Net.HttpWebRequest.GetResponse()
> > =C2=A0 at
>
> > DotNetOpenAuth.Messaging.StandardWebRequestHandler.GetResponse(HttpWebR=
eque st
> > request, DirectWebRequestOptions options) in c:\BuildAgent\work
> > \6fe1ab573d75f9ba\src\DotNetOpenAuth.Core\Messaging
> > \StandardWebRequestHandler.cs:line 127
> > =C2=A0 --- End of inner exception stack trace ---
> > =C2=A0 at
>
> > DotNetOpenAuth.Messaging.StandardWebRequestHandler.GetResponse(HttpWebR=
eque st
> > request, DirectWebRequestOptions options) in c:\BuildAgent\work
> > \6fe1ab573d75f9ba\src\DotNetOpenAuth.Core\Messaging
> > \StandardWebRequestHandler.cs:line 173
> > =C2=A0 at
>
> > DotNetOpenAuth.Messaging.UntrustedWebRequestHandler.GetResponse(HttpWeb=
Requ est
> > request, DirectWebRequestOptions options) in c:\BuildAgent\work
> > \6fe1ab573d75f9ba\src\DotNetOpenAuth.Core\Messaging
> > \UntrustedWebRequestHandler.cs:line 250
> > =C2=A0 at
>
> > DotNetOpenAuth.OpenId.HostMetaDiscoveryService.GetXrdsResponse(UriIdent=
ifie r
> > identifier, IDirectWebRequestHandler requestHandler, Uri xrdsLocation)
> > in c:\BuildAgent\work\6fe1ab573d75f9ba\src
> > \DotNetOpenAuth.OpenId.RelyingParty\OpenId
> > \HostMetaDiscoveryService.cs:line 311
> > =C2=A0 at
>
> > DotNetOpenAuth.OpenId.HostMetaDiscoveryService.GetExternalServices(IEnu=
mera ble`1
> > xrds, UriIdentifier identifier, IDirectWebRequestHandler
> > requestHandler) in c:\BuildAgent\work\6fe1ab573d75f9ba\src
> > \DotNetOpenAuth.OpenId.RelyingParty\OpenId
> > \HostMetaDiscoveryService.cs:line 191
>
> > --
> > You received this message because you are subscribed to the Google Grou=
ps
> > "DotNetOpenAuth" group.
> > To post to this group, send email to
dotnet...@googlegroups.com.
> > To unsubscribe from this group, send email to
> >
dotnetopenid...@googlegroups.com.
> > For more options, visit this group at
> >
http://groups.google.com/group/dotnetopenid?hl=3Den.
--=20
You received this message because you are subscribed to the Google Groups "=
DotNetOpenAuth" group.
To post to this group, send email to
dotnet...@googlegroups.com.
To unsubscribe from this group, send email to dotnetopenid+unsubscribe@goog=
legroups.com.
For more options, visit this group at
http://groups.google.com/group/dotnet=
openid?hl=3Den.