[orkut-developer] Re: Signed Requests fail on large values

2008-09-11 Thread Jason
Hi nice_guy. I apologize again for the late reply. I was able to verify that my signed requests are being validated properly when the string in field1 has greater than 8,000 characters. Actually, I tested as high as 20,000 using the signature validation code provided on the wiki: http://code.goog

[orkut-developer] Re: Signed Requests fail on large values

2008-09-09 Thread Jason
Sorry nice_guy. I will try to look into this very soon so you can move on with your app. In the meantime, you can consider setting up a development version of server files where you can selectively disable request validation in case issues like this come up again. (You should definitely continue t

[orkut-developer] Re: Signed Requests fail on large values

2008-09-08 Thread nice_guy
Hi Jason, Did you get a chance to look at it?? I cannot add a new feature in my application because of this issue. Please let me know. Thanks On Sep 6, 2:35 pm, nice_guy <[EMAIL PROTECTED]> wrote: > var data = {field1:field1_inp, field2: field2_inp}; > var params = {}; > params[gadgets.io.Requ

[orkut-developer] Re: Signed Requests fail on large values

2008-09-06 Thread nice_guy
var data = {field1:field1_inp, field2: field2_inp}; var params = {}; params[gadgets.io.RequestParameters.CONTENT_TYPE] = gadgets.io.ContentType.TEXT; params[gadgets.io.RequestParameters.AUTHORIZATION] = gadgets.io.AuthorizationType.SIGNED; params[gadgets.io.RequestParameters.METHOD] = gadgets.io.M

[orkut-developer] Re: Signed Requests fail on large values

2008-09-05 Thread Jason
Can you provide an example of the "large" POST data you're trying to send? Once I have this (or, better yet, your entire makeRequest snippet including the parameter object), I'll try to reproduce the issue on my end. Is your validation working on other requests? - Jason On Sep 4, 11:14 am, nice