我正在尝试在查看器中设置代理,以便不将访问令牌发送到前端,我实现了我的应用程序,就像这个示例link
后端看起来不错,但我在观看者的负载上出错...
viewer3D.js?v=2.17:6698 Uncaught DOMException: Failed to read the 'responseText' property from 'XMLHttpRequest': The value is only accessible if the object's 'responseType' is '' or 'text' (was 'json').
at XMLHttpRequest.onLoad (https://developer.api.autodesk.com/viewingservice/v1/viewers/viewer3D.js?v=2.17:6698:59)
与我使用Asp.NET MVC 5的示例不同,有什么神奇的技巧可以让它在MVC上运行吗?
我做错了什么?