默认代理如何绕过大多数网址,仅适用于少数几个 [英] Default Proxy how bypass most url and only apply to a few

查看:85
本文介绍了默认代理如何绕过大多数网址,仅适用于少数几个的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

在我们的BizTalk Server中,管理员已经安装了代理.

In our BizTalk Server, administrators have installed a proxy.

此代理仅适用于少数几个URL,大多数URL必须绕过它.

This proxy is only for a few URLs and the most URLs have to bypass it.

我们在BTSNTSvc64.exe.config上设置属性:

We set on BTSNTSvc64.exe.config the property:

<defaultProxy enabled="true" useDefaultCredentials="true">  
                               <proxy usesystemdefault="True"
                                               proxyaddress="http://XX.XX.XX.XXX:8080"
                                               bypassonlocal="True" />
</defaultProxy>     

如何设置旁路列表以包含最多不需要代理的URL,并仅删除一些不需要代理的URL?

How to set the bypasslist to include the most URLs that don't need a proxy and remove only a few that need a proxy?

推荐答案

如何将所有内容添加到旁路列表并删除要使用代理的URL?

How about adding everything to the bypass list and the remove the urls you want to use the proxy?

<bypasslist>
<add address='.*' />
<remove address='my url' />
</bypasslist>

这篇关于默认代理如何绕过大多数网址,仅适用于少数几个的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆