From the first day I thought they will probably fix it up, but it’s still not. Maybe they didn’t notice or it’s just unavailable from my country? (Spain)
Running in the same machine with safari instead of chrome it worked, so I looked on what was being sent by chrome. Chrome in this machine sends this header (skipping last characters for security):
Probably because I made some kind of auth to another server hosted in amazonaws.com and it gets “cached”?
Going Incognito mode in that chrome also solves the problem. Really looks like some cached auth mess up.
Edit: Yup, absolutely my fault. I have a plugin in Google Chrome called “Modify Headers”, and I set that header in order to debug a REST api I was using. My bad D:
Edit2: I didn’t mean to bump this post, I thought editing it wouldn’t…