I am having much problems setting up the proxy through app.config. I want 2 ip address to go through my proxy on my local computer. From what i can tell i need to set a proxy then set a bypass list. So i figure .* will match everything and i'll just remove the two i want. So i wrote the below and the 2 ip address (i realize the 2nd is a ...
I was dealing with hibernate, trying to figure out the run-time class behind proxied instances by using the visitor pattern. I then came up with an AbstractVisitable approach, but I wonder if it will always produce correct results.
Consider the following code:
interface Visitable {
public void accept(Visitor v);
}
interface Visito...
I have set up my POCOs and I have marked their public properties as virtual and I am successfully getting Proxies most of the time (95%) but randomly I am getting EF return some proxies and some non-proxies.
Recycling the app pool when this happens will then fix this instance of the error and it will go away for an amount of time. Then ...
Hi,
I am using asp.net 3.5 with C#.
I want to integrate gmail into my site, just like any widget so that, people can login there and can access their gmail account. Actually gmail is blocked in my organisation & I want to access it via proxy that I can integrate in my website.
Thanks a billion.
...
Hello, experts!
I need to build Special Java Api to wrap Magento Api. After struggling with several Magento bugs, I am finally able to login and get session id; but any method I call leads me to an error. The error is:
Procedure '*procedure name*' not present
I generated Java code from wsdl using Eclipse build in plugin and wsdl loc...
Hi All,
I've seen a number of post about consuming Web Services from behind a proxy server, but none that seams to address this problem.
I'm building a desktop application, using Java, JAX-WS in NetBeans. I have a working prototype, that can query the server for authentication mode, successfully authenticate and retrieve a list of web ...
Hello,
I need to write a proxy script to log into secure servers without ever revealing an administrative password.
Can someone recommend some proxy scripts (written in PHP preferably) that I can look into?
Thanks!
Edit: I would be most interested in well documented scripts... if that matters.
...
I have written a program that relies on a proxy to function. I now need a script that will check to see if the browser is set to use the right proxy, and if not, change it to use it. I need this implemented for as many browsers as possible, but is only required for Internet Explorer, Google Chrome, Mozilla Firefox, Safari and Opera. I am...
I'm using "proxy" to extend various Swing classes in a Clojure GUI application, generally with code that looks something like:
(def ^JPanel mypanel
(proxy [JPanel] []
(paintComponent [#^Graphics g]
(.drawImage g background-image 0 0 nil))))
This works well but I can't figure out how to add additional fields to the newly e...
A client has trouble logging into our webpart (SP 2007). Apparently, his internet connection is via a proxy server. He has no problem logging in to our main website. Authentication from both the webpart and the website is through the same API.
Any suggestions? Thanks.
...
Hi,
I use this code to override the window.alert function.
The function replaces breaks by \r\n.
It works fine in Firefox, but ofcourse not in IE.
Im getting the error: Property or method not supported.
(function() {
var proxied = window.alert;
window.alert = function(txt) {
txt = txt.replace(/<br>/g, "\r\n");
return proxie...
Hello,
In FireFox internet connection is made through a proxy auto config file "something.pac"
How do I know for a certain URL which proxy server is being used?
Thanks.
...
How can I check if a specific ip address or proxy is alive or dead
...
I have created several WCF services. In order to avoid adding service references in each and every one of my client projects I've created a proxy project which contains all service references and that every project can use as a dll reference.
problem is I still need an app.config file in every one of my client projects.
which brings me ...
I've been finding some unit tests that assume that the results of database queries are in a particular order, yet the query being run doesn't include an order by clause.
I would like to find more of these unit tests, so that I can examine whether the test is at fault in its assumptions, or the code is at fault in its lack of specifying ...
Hi,
I setup a proxy server in my local machine for a testing purpose, in which I request for a web page which is constantly being updated via a back end TCP server. But since the proxy is caching the web page, it is not being updated properly. Instead I get the cached page. Is there a way to bypass the proxy server other than adjusting...
Suppose I have an interface with lots of methods that I want to mock for a test, and suppose that I don't need it to do anything, I just need the object under test to have an instance of it. For example, I want to run some performance testing/benchmarking over a certain bit of code and don't want the methods on this interface to contribu...
Hi,
Can anyone guide me for setting up suffix proxy server , so that user can access some specific sites cached in our campus server without doing any configuration in their browsers.
by suffix proxy i mean that if user wants to open http: //en.wikipedia.org/wiki/Proxy_server page then he should enter link:
http ://en.wikipedia.org...
I was wondering if anyone can recommend a good book / web site / blog or article (anything!) that can help demystify the proxy, not in terms of its use as a product, but purely from a .net developers point of view.
I know that in SOA systems, somewhere along the line you're bound to bump into a proxy, and this (in my experience) usuall...
I'm looking for a cgi proxy that can support gmail, for example you can navigate to gmail.com.
here is an instance of cgi proxy: http://www.browsesafely.co.uk/
...