RFC 2617 proxy authorization. Bypass, circumvent, smth else?
RFC 2617 proxy authorization. Bypass, circumvent, smth else?
Dear users and developers of opendental,
Last edited by mzu2006 on Sun Nov 10, 2013 11:21 am, edited 1 time in total.
Re: RFC 2617 proxy authorization. Bypass, circumvent, smth else?
That's more of an enterprise level feature. You could put in a feature request.
In the meantime, have you considered controlling access to your proxy using Active Directory authentication?
http://www.papercut.com/kb/Main/Configu ... eDirectory
In the meantime, have you considered controlling access to your proxy using Active Directory authentication?
http://www.papercut.com/kb/Main/Configu ... eDirectory
Cheers,
Bill Starck, DDS
Big Idea Software, LLC
Developer, EASy(Electronic Anesthesia System) for Open Dental
817-807-1709
TX, USA
Bill Starck, DDS
Big Idea Software, LLC
Developer, EASy(Electronic Anesthesia System) for Open Dental
817-807-1709
TX, USA
- jordansparks
- Site Admin
- Posts: 5770
- Joined: Sun Jun 17, 2007 3:59 pm
- Location: Salem, Oregon
- Contact:
Re: RFC 2617 proxy authorization. Bypass, circumvent, smth else?
I'm looking in the C# framework to see if there are appropriate classes included for this purpose. If there are, then it's a simple matter for us to let users specify those values. When you push the check for updates button, it makes an xml web service request to our server. I suppose this is different than an http request for a website which you could simply add to your filtering rules. So I'm looking at the functions available, and there seems to be a property for the service request called "Proxy". It's described as "gets or sets proxy information for making an XML Web service request through a firewall." When constructing a proxy, we are required to specify an address. The example they give is "http://proxyserver:80". In addition to the address, we can specify Credentials, described as "the credentials to submit to the proxy server for authentication." The available fields for Credentials are userName, password, and domain(optional). The proxy object also has a field called BypassOnLocal which can be set to true or false. It is described as "true to bypass the proxy for local addresses; otherwise, false". The default seems to be false, and I'm not really sure what that means.
The reason I'm providing all this detail is because you are obviously more familiar with your proxy situation. It seems to me that if we allowed an address, userName, and password, that it should work. Do you agree? We will have no way to test it.
The reason I'm providing all this detail is because you are obviously more familiar with your proxy situation. It seems to me that if we allowed an address, userName, and password, that it should work. Do you agree? We will have no way to test it.
Jordan Sparks, DMD
http://www.opendental.com
http://www.opendental.com
Re: RFC 2617 proxy authorization. Bypass, circumvent, smth e
RFC 2617 proxy
Last edited by mzu2006 on Sun Nov 10, 2013 11:22 am, edited 1 time in total.
Re: RFC 2617 proxy authorization. Bypass, circumvent, smth else?
Mikhail-
Just curious - do you have a subscription to Microsoft Action Pack?
Just curious - do you have a subscription to Microsoft Action Pack?
Cheers,
Bill Starck, DDS
Big Idea Software, LLC
Developer, EASy(Electronic Anesthesia System) for Open Dental
817-807-1709
TX, USA
Bill Starck, DDS
Big Idea Software, LLC
Developer, EASy(Electronic Anesthesia System) for Open Dental
817-807-1709
TX, USA
- jordansparks
- Site Admin
- Posts: 5770
- Joined: Sun Jun 17, 2007 3:59 pm
- Location: Salem, Oregon
- Contact:
Re: RFC 2617 proxy authorization. Bypass, circumvent, smth else?
Yes, that's it. I just added it for version 6.7.
Jordan Sparks, DMD
http://www.opendental.com
http://www.opendental.com
Re: RFC 2617 proxy authorization. Bypass, circumvent, smth e
RFC 2617 proxy authentication
Last edited by mzu2006 on Sun Nov 10, 2013 11:22 am, edited 1 time in total.
Re: RFC 2617 proxy authorization. Bypass, circumvent, smth else?
in your post made it sound as if you were in-house IT for a large practice...so no, it'd wouldn't help...We have a large office with many computerized workplaces
Cheers,
Bill Starck, DDS
Big Idea Software, LLC
Developer, EASy(Electronic Anesthesia System) for Open Dental
817-807-1709
TX, USA
Bill Starck, DDS
Big Idea Software, LLC
Developer, EASy(Electronic Anesthesia System) for Open Dental
817-807-1709
TX, USA