I have a ASP.NET Web API endpoint. When testing the endpoint in the browser on my Kindle Fire, the JSON response does not display in the browser. Instead, a .bin file is downloaded. How do I get the browser to display the JSON ?
I have full control over the web API (designed, wrote, deployed, own the server, etc. etc.) so I , hopefully, can make this work.