When I try to access /broker/rest/api.json from my browser I see output. When I try to access any other resources I get a service error page, probably due to an exception or other bad response from the server. This works in the devenv. Also happens with curl -k -u <user>:<pass> https://openshift.redhat.com/broker/rest/domains.json Can be deferred out of this sprint but this would affect anyone using AJAX to hit the server.
It works for me on openshift.redhat.com. Can you please add a -i option to your curl request so we can see what HTTP response code you are getting and also the server output.
No longer happens in curl, still happening in browser.
Tried https://openshift.redhat.com/broker/rest/domains.json,../rest/domains/<dom>.json, .../rest/domains/<dom>/applications.json on commandline using curl and also in browser and it worked as expected. Clayton, can you tell us which rest api is not working in browser? and whats the error message?
Looks to no longer happen in browser. Error message was purely generic (the 5xx apache error page in production), I couldn't see the logs. I'll close and reopen if it happens again.