Zegnatsknebel, I had the t.co redirect problem solved (in a subset of browsers), but I am not sure if I actually have the whole redirect stack comparing working.
petermolnarGWG, a question: I have a feeling the wp-admin will go away sooner or later and will be replaced by most probably a massive JS beast calling the REST API; is there any "official" word on this yet?
GWGpetermolnar, not that I know of. Last I saw, they wanted admin to be capable of being written in anything by adding feature parity to the API, but no plans to deprecate the existing admin
ZegnatInteresting. We were discussing old doctypes at work and just trying to figure out the history behind the shortening and if anyone specifically thought it up
gRegorLoveaaronpk: Is OAuth: [token[ an earlier version of Authorize: Bearer [token] header? Saw the former in some code and I wasn't familiar with it.
gRegorLoveHeh. This code is impersonating a browser to login then grab the sessionID and send that header, instead of using cURL with the client_id and client_secret.