Michiel de Jong

Results 680 comments of Michiel de Jong

Maybe next time. In any case, servers can give the option to generate a bearer token for people who want to configure automated scripts without interactive GUI, where implicit grant...

So we move it to implementation suggestions section, along with a substantial number of other paragraphs

@untitaker the reason you don't like the way Google Drive does it is that it seems to violate the HTTP RFC to use `Content-Range` on `PUT`, right? Do you have...

looks like there's definitely a bug, but to me it looks slightly different: when i typed 'asdfasdfasdf' quickly, i first saw 'asdfasdfasdf' appear, and then it changed to 'asdf'. then...

Looks like a problem with the library probably, opened an issue there ^

@fkooman ok, can you take care of making this clearer in the spec?

We had a long discussion about that in 2011, about how "a b c.jpg" and "a%20b%20c.jpg" are the same resource on the server, and especially also how a%2Fb.jpg and a%2fb.jpg...

Slashes have a function in our URLs, ampersands don't. So I think `a/b%2f/c` and `a%2fb%2fc` are both allowed and different, `a%40b` is also allowed, and behavior for `a@b` is undefined,...