[google-appengine] Help on the fetchurl feature [setRequestProperty/set request header has limited length]

2009-07-29 Thread Millton
hi all I'm currently using the GAE java runtime, and when I compose a https request, try to set "Authorization" header, it will be filtered by GAE, which caused 401 error all the time, the Authorization header is a little longer than basic web auth info, it's used for live contacts REST API. s

[google-appengine] Help on limiation of Authorization header in fetchurl function

2009-07-29 Thread Millton
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="xxx...", which was always bloc

[google-appengine] Re: Help on the fetchurl feature [setRequestProperty/set request header has limited length]

2009-07-30 Thread Millton
ch these requests are being sent to? Also are > these requests being made to App Engine, or from App Engine (using > URLFetch)? > > Thank you, > > Jeff > > > > On Tue, Jul 28, 2009 at 8:53 PM, Millton wrote: > > > hi all > >   I'm currently using the

[google-appengine] Re: Help on limiation of Authorization header in fetchurl function

2009-07-30 Thread Millton
ine, 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)" wrote:

[google-appengine] Re: Help on limiation of Authorization header in fetchurl function

2009-07-30 Thread Millton
the issue has been tracked with ID 1924, thanks On 7月30日, 下午5时08分, "Nick Johnson (Google)" wrote: > 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 wrote: > >