@davidfor: There aren't any more detailed logs. Basically, the server logs requests, with their response code and if any errors occur.
The only thing I can think of might be the browser doesn't like one of the headers. You can check what headers the server send using either
curl -I
or just using the dev tools in a desktop browser.
Last edited by kovidgoyal; 05-28-2017 at 08:02 AM.
|