如何使用代理服务器进行测试

发布于 2024-09-24 06:50:49 字数 312 浏览 1 评论 0原文

我在 .NET V2.0 中有一些与 asmx 服务通信的代码 作为一个相关问题,我在同一 winforms 应用程序中也有一些代码,用于执行 BITS 上传 我们是一家非常小的商店,坦白说没有任何代理服务器设置 但我们的客户当然会 我想使用位于我的家庭 FIOS 连接和互联网之间的代理服务器进行测试,并且我想测试代理服务器何时需要身份验证信息 显然,野外配置的数量很多,但欢迎任何建议 1)有任何公共代理服务器可以让我创建基于凭据的帐户并进行测试? 2)任何包罗万象的.NET解决方案,例如要求在BITS上传和asmx服务上以某种方式设置它们的信用,然后假设它们在90%的时间内工作

谢谢

I have some code in .NET V2.0 that is talking to an asmx service
As a related issue I also have some code in the same winforms app that is doig BITS uploads
We are a very small shop and quite frankly do not have any sort of proxy server setup
But of course our clients will
I want to test with a proxy server sitting between my home FIOS connection and the internets and I want to test when auth information is required against the proxy server
Clearly the number of configurations in the wild are way many but any suggestions welcome
1) Any public proxy servers where I can create credential based accounts and test?
2) any catch all .NET solution like asking for creds setting them somehow on BITS uploads and asmx services and then just assuming they work 90% of the time

Thanks

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

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

发布评论

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

评论(1

梦里泪两行 2024-10-01 06:50:49

您可以在自己的计算机上运行代理服务器,然后作为代理“连接到您自己”。

You could run a proxy server on your own computer, then 'connect to yourself' as the proxy.

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