schmarty, loicm, gRegorLove and cweiske joined the channel
#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
#miklbfrom content creation standpoint, the REST API is mostly there though I think.
#petermolnarthe core is actually fine, I have no real problems with that; the admin was the one that seriously pissed me off with it's media handling
#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.
#gRegorLoveBah. Multiple mistakes there. You get the gist. :)
#aaronpkyeah before draft 10 of OAuth 2.0 the header used "OAuth" instead of "Bearer"
#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.