ContributionsMost RecentMost LikesSolutionsRe: Is the Swaggerhub site not working on Chrome Android? Google Chrome 51.0.2704.81 OS Android 6.0.1; User Agent Mozilla/5.0 Is the Swaggerhub site not working on Chrome Android? I can't seem to get my API, or even the SwaggerHub.com site to load on my new Galaxy S7. It just shows a blue background. Is this a known issue? Re: Interactive API Docs 'Try it out!' does not set "Accept" header I am having a similar issue. My curl always looks like this: curl -X GET --header 'Accept: text/html' when what I need is this: curl -X GET --header 'Accept: application/json' Isn't there a simple way to do this? I tried the solution above, to no avail, adding both: produces: - 'application/json' and under parameters: - name: "Accept" in: header type: string default: "application/json" description: application/json is currently supported Any help appreciated!