Coldfusion Reading XML 没有扩展名的 HTTP
Coldfusion Reading XML HTTP without extension
我不知道我做错了什么,我想我会像网络服务一样调用,但它不起作用。
任务:从网络服务器 port:80756 读取 XML 内容。当我在浏览器输出中点击 url (http://192.168.22.80:80756) 时。
<NTMonitorDoc>
<SMTPAddr>0.0.0.0</SMTPAddr>
<LineErrors>0</LineErrors>
<LogErrorsCount>0</LogErrorsCount>
<PopupErrorsCount>0</PopupErrorsCount>
<IsDTSProcRunning>1</IsDTSProcRunning>
<IsDTSMailProcRunning>0</IsDTSMailProcRunning>
<IsInboundProcRunning>0</IsInboundProcRunning>
<CTFTOErrorCount>0</CTFTOErrorCount>
</NTMonitorDoc>
Coldfusion 代码:
<cfhttp url="http://192.168.22.80:80756" result="r">
<cfdump var="#r#" label="myResult">
这是 lucee it 的权限问题。
我不知道我做错了什么,我想我会像网络服务一样调用,但它不起作用。
任务:从网络服务器 port:80756 读取 XML 内容。当我在浏览器输出中点击 url (http://192.168.22.80:80756) 时。
<NTMonitorDoc>
<SMTPAddr>0.0.0.0</SMTPAddr>
<LineErrors>0</LineErrors>
<LogErrorsCount>0</LogErrorsCount>
<PopupErrorsCount>0</PopupErrorsCount>
<IsDTSProcRunning>1</IsDTSProcRunning>
<IsDTSMailProcRunning>0</IsDTSMailProcRunning>
<IsInboundProcRunning>0</IsInboundProcRunning>
<CTFTOErrorCount>0</CTFTOErrorCount>
</NTMonitorDoc>
Coldfusion 代码:
<cfhttp url="http://192.168.22.80:80756" result="r">
<cfdump var="#r#" label="myResult">
这是 lucee it 的权限问题。