我有一个我正在尝试测试的 API。API 返回有关错误的特定注释。
例子:
<errors>
<error>distance.out.of.range</error>
</errors>
在 Chrome 或 Firefox 中查询 API 时,我看到了这个 XML。
但是,当使用 IE 或 Powershell(WebClient 和 WebRequest)查询时,我只能看到“400”异常。我找不到深入研究异常的 XML。
用 try/catch 处理异常很好,但我错过了理解失败查询的细节。我怎样才能找到 XML?