Http Web 请求安全吗?

发布于 2024-11-10 09:25:15 字数 282 浏览 1 评论 0原文

我正在使用 C# 来构建一个简单的桌面应用程序,该应用程序可以从我拥有的网页中提取数据。

我正在使用(HTTP Web 请求)方法并想确保它是安全的方法?我的意思是,如果这个词正确的话,任何人都可以“破解它”吗?

前任。我从这个网页中带来了一些字符串,我想在客户端处理这些字符串并将其显示给客户端,任何人都可以登录我的 Http Web 请求并更改这些字符串,然后将它们发送到我的客户端吗?

抱歉,如果我的问题很愚蠢,但我必须确保它的安全。 。 。

如果不安全的话。你有什么其他建议吗?

I am using C# in order to build a simple desktop application that withdraws data from a web page I have.

I am using (HTTP Web Request) method and want to make sure that it is a safe method ? I mean could anyone be able to "Hack it" if its the right word to say ?

ex. I am bringing some strings from this web page I have and I want to process these strings on the client side and show it to the client, can anyone log to my Http Web Request and change these strings then send them to my client ?

sorry if my question is silly , But I have to make sure its safe . . .

if its not safe . do you suggest any other way ?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

記憶穿過時間隧道 2024-11-17 09:25:15

如果您不使用 HTTPS(或其他类似方法),那么是的,运行您的应用程序的计算机和您下载的服务器之间的任何人都可以捕获您的传输并充当服务器的回复。

话虽这么说,除非您传输敏感或有价值的信息(例如信用卡号),否则这种情况不太可能发生在您身上。

If you're not using HTTPS (or some other similar method), then yes, anyone between the computer your application is running on and the server you're downloading from could capture your transmission and reply acting as the server.

That being said, unless you're transmitting sensitive or valuable information (e.g. credit card numbers) it's unlikely this is going to happen to you.

九歌凝 2024-11-17 09:25:15

由于它将是您的应用程序的本地对象,因此它与您允许的一样安全。如果不了解您如何尝试使用它,就很难进一步帮助您。

Since it will be an object local to your application, it's as safe as you allow it to be. Without seeing how you're attempting to use it it's going to be difficult to further assist you.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文