Hi Millton,

Can you please file a bug in the issue tracker for this?

-Nick Johnson

On Thu, Jul 30, 2009 at 9:44 AM, Millton <easywo...@gmail.com> wrote:

>
> hi Nick
>   I was setup a authetication transfer server so user can use both
> windows live id and google account to visit my site
>   the process is simillar as google authsub, user goto login.live.com
> and get a ticket, so I get the ticket and goto live contact server to
> get the real user id and stuff
>
>  the request was sent to "https://livecontacts.services.live.com/
> users/@l...@3b7beba24ed0d0a4/rest/livecontacts/owner<https://livecontacts.services.live.com/%0Ausers/@l...@3b7beba24ed0d0a4/rest/livecontacts/owner>",
> which worked
> correclty locally
>
> also I setup a  fake site to act as "livecontacts.services.live.com"
> to receive the fetchurl request from appengine, and I found the
> Authorization header was missing .
>
>  the size of the header is 700 bytes, urlencoded, I try decode the
> header (600 bytes) but still not working, so I guess there should be a
> limitation on this type of header
>
> thanks
> Michael
>
>
> On 7月30日, 上午12时11分, "Nick Johnson (Google)" <nick.john...@google.com>
> wrote:
> > Hi Millton,
> >
> > Are you able to give more details? What is the service, and what
> > authentication method does it use? How did you determine that App Engine
> was
> > not forwarding the Authorization header?
> >
> > -Nick Johnson
> >
> >
> >
> > On Wed, Jul 29, 2009 at 7:50 AM, Millton <easywo...@gmail.com> wrote:
> >
> > > Hi all
> > >   I've been using the GAE for a while and there is one feature which
> > > fetch a https page from live contact portal , and need a
> > > "Authorization" header,
> > >  the problem is that the header has a long token as the value, such
> > > as"Authoization: Delegated Tokeb dt="xxxxxxx...", which was always
> > > blocked by GAE environment, so I always got "401" Error.
> >
> > >  is there any solution for this or workarround?
> > > Thanks!
> > > Michael- 隐藏被引用文字 -
> >
> > - 显示引用的文字 -
> >
>


-- 
Nick Johnson, Developer Programs Engineer, App Engine

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to