I received a new computer at work today and for some reason all of my GWT programs are timing out when I try to build them in eclipse.
Specifically I am seeing this message:
INFO: Unable to access http://appengine.google.com/api/updatecheck?runtime=java&release=1.3.5&timestamp=1277158890&api_versions=['1.0']
java.net.Conne...
Hi
I was wondering if anyone had any luck with the following senario in flex.
I'd like to be able to have a custom item renderer which delegates to another renderer inside.
The reason for this would be in a datagrid for instance displaying a checkbox if the dataprovider for the row had a boolean value. Using the default item renderer ...
Is it possible to change the source of an iframe when a link is clicked in the iFrame?
For example, my iFrame loads http://www.google.com, but when I click a link on Google.com, the source of the iFrame cannot be changed to that new URL.
Is there some way to access the iFrame location in Firefox and IE to redirect the iFrame?
Sort of ...
Hi,
I have web service client deployed on Glassfish v3. It needs to access a server that requires proxy access. I have a pac file (proxy auto config) but I don't if/how I can use this to configure my Glassfish instance so the my client can access the service. If it's not doable, is there another way to set up access to a proxied serv...
Hello,
right now Im searching for like 6h to get into it!
My brain is done!
Ok, heres the deal:
I'm searching a solution, to connect to a PC behind a Router wich is running the Proxy Server to passthrough my Information.
So like this:
Me (wanna connect to 1.1.1.1) --> Internet --> 1.1.1.1 -> Router --> PC With the running Server --> ...
I created a new WCF project with the default template in VS 2010.
I then created a console app to act as a client to connect to the WCF Service.
Here is the code I am using to connect to the service:
ServiceReference1.Service1Client client = new ServiceReference1.Service1Client();
CompositeType ctype = client.GetDataUsingDataContract...
Hi there
I am currently working on Twitter4j for connecting to Twitter API. As with any enterprise the request has to be routed through a proxy server and I was able to do the regular way of working around the proxy server with the help of a proxy authenticator. I configured my app in Twitter and got my consumer key and secret. I am abl...
Since HTTPS proxies will replace the SSL certificate with their own, what are my options to determine if a given HTTPS connection has a proxy in the middle?
I will use this information to determine my application policy, since there are cases where I want a 100% end-to-end encrypted tunnel with no decryption by any 3rd party.
Even bett...
We have a TeamCity server sitting behind a cooperate proxy. We use several of the Castle open source libraries. I want to set up CI builds for the Castle stack internally, so that I can create dependent builds for our core shared libs. Everything was going well, until I tried to find proxy settings for TeamCity. Google-ing around has tur...
For learning purposes I've written a simple TCP proxy in Erlang. It works but I experience an odd performance fall-off when I use ab (Apache Bench) to make many concurrent requests. It's not the performance fall-off per se that makes me wonder but the scale of the fall-off. The backend is nginx as a web server. My proxy sits inbetween ab...
I'm trying to figure out the right way to serve icon files for our site listings. Basically an icon for a listing can come from an image file from a handful of different services (Flickr, Picasa, Google Static Maps, our own internal image hosting service, etc). The URL of the icon is stored in our database so I'd like to enable each list...
I'm trying to make a proxy object that transfers almost all method calls to a child object, essentially the delegator pattern. For the most part, I'm just using a BasicObject and passing every call with method_missing to the child object. So far, so good.
The trick is that try as I might, I can't fool Ruby's case operator, so I can't ...
I am looking for a way to configure the freebase java api to connect to freebase through a proxy. I have set up sytem properties
System.setProperty("http.proxyHost", "proxy");
System.setProperty("http.proxyPort", "8080");
System.setProperty("http.proxySet", "true");
but it doesn't have any effect. Could anybody help?
...
I'm looking for Proxy software, or a component or class that I can use to do basic web proxying to SSL sites as well as normal sites. The Proxy should allow me to bind and outgoing IP to each web request based on a certian criteria, such as username. Any suggestions?
...
Is there any reason for a HTTP server to sometimes respond with Vary: *, and sometimes with Vary: Foo, to requests for the same resource?
What should a cache do, if after receiving (and caching) both responses, it then receives a request with a matching Foo header, for which the Vary: Foo response is suitable? Can it serve the matchin...
I'm using NHibernate and Dynamic Proxy. I have one table (Customer) with generic fields: charField1, charField2, etc. One record in this table may represent company A while another record may represent company B. However, a different domain model will exist for company A's data than company B's data because they require different informa...
My site is protected with SSL (https) I need to embed some images that are on an unsecured site (http).
How can I avoid the security errors recieved when trying to show content that was not delivered through https.
Example: http://0.chart.apis.google.com/chart?chtt=Answered+Calls&cht=bhs&chs=780x150&chbh=35,0,15&chg=8....
Suppose I have a WCF service which I need to host on a server in a country which blocks access to many sites.
So if I host my WCF for testing purposes on a server that is not in such a country, it works perfectly — but whenever I try to deploy it to any server in this country I can’t access it.
Are there any workarounds for that?
...
Suppose I have a WCF service which I need to host on a server in a country which blocks access to many sites.
So if I host my WCF for testing purpose on a server that is not in such a country, it works perfectly — but whenever I try to deploy it to any server in this country I can’t access it.
Is there any workaround for that?
...
Is there a mechanism to programmatically detect whether a site is blocked/censored in a specific ISP without having a hosted server within the ISP?
Any suggestions related to hacking packets and routing them to known ISP servers? Public distributed system that allows to submit HTTP queries? Other suggestions?
...