使用 .php 下载服务时,如何检查文件是否包含 html 而不是真实内容?
我的 C# WinForms 应用程序从 .php 下载 Web 服务下载文件。
.php 页面返回错误作为向用户显示的 HTML 页面(我没有替代的 API)
什么是最好的方法,提供磁盘上的文件,以: 1) 判断文件是否为HTML文件。 2)确定它是否有错误页面的内容(指定为注释标签,或显示给用户的纯文本)
提前致谢。
My C# WinForms app downloads files from a .php downloading web service.
The .php page returns error as HTML pages displayed to the user (I don't have an alternative API for this)
What would be the best way, provided a file on the disk, to:
1) identify if the file is an HTML file.
2) determine if it has the content of an error page (specified as comment tags, or plain text displayed to the user)
Thanks in advance.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)