Re: API URLs - browser wants to download instead of display

2013-06-25 Thread Matthew Dawes
Is RB trying to authenticate against the p4 info server instead of the actual proxy? It was able to connect with p4 previously when it pulled changelist and performed the diff. On Tuesday, June 25, 2013 11:23:09 AM UTC-7, Matthew Dawes wrote: > > My Review Board 1.7.10 installation seems to be

Re: API URLs - browser wants to download instead of display

2013-06-25 Thread Matthew Dawes
That makes sense. I wanted to be sure that the APIs not displaying in the browser wasn't causing the 404 but it looks like that is not the case. My .reviewboardrc was still pointing at the /reviews/. Thanks again. The last issue with my setup is that we are using a P4 proxy. I am getting to the

Re: API URLs - browser wants to download instead of display

2013-06-25 Thread Christian Hammond
Hi Matthew, Yeah, how browsers handle these vendor-specific mimetypes is pretty annoying. It doesn't treat them as text/xml or application/json. I keep brainstorming around creating browser-friendly encoders for the URLs, but it's pretty far down the priority list. In the meantime, curl is us

API URLs - browser wants to download instead of display

2013-06-25 Thread Matthew Dawes
My Review Board 1.7.10 installation seems to be working for the most part. I can navigate and update all the admin pages and can view the dashboard, groups, submitters, etc but I am having an issue displaying any of the API url's. The browser wants to download them instead of display them. It se