1
vote
2answers
28 views

function shExpMatch always returns FALSE in IE10

What's wrong ? telenet.be is a domain with sites like mijn.telenet.be which should also be forwarded to proxy. if (shExpMatch(url, "telenet.be")) { alert("urlwaarde="); alert(url); return "PROXY ...
0
votes
0answers
34 views

Proxy for one specific script (extension PAC file?)

I'd like to write have a proxy for one specific script, so that if browser will request this script, it will ship some script from other source pointed by me. Is it possible? It would be also nice to ...
0
votes
0answers
43 views

how to block proxy traffic using javascript

Is there any way to block all proxy traffic using javascript, i've already found some using php but i really need it as javascript since i need to use it in a preset iframe that only accepts ...
0
votes
0answers
40 views

javascript defining the scope when proxy-ing

I am loading some CGI pages from an old framework and dynamically including their content in a table using <DIV> tags and jQuery. The code generating the pages is provided as a binary and I ...
0
votes
0answers
35 views

How does the user authenticate using 'http-auth' and 'http-proxy' in a nodejs server?

When running the first example found at https://github.com/gevorg/http-auth, and visiting the server through the browser, the browser pops up a window asking for username and password in order to ...
2
votes
1answer
148 views

JavaScript pattern for constructing proxy objects, using classical inheritance

Although not finalized, I am experimenting with ES6 Proxies. My goal is to have a constructor function (one that utilizes classical inheritance like the one shown below) for creating proxy objects ...
2
votes
1answer
521 views

Dynamically define and load views with different proxy store in Sencha Touch 2

I am creating a mobile application with Sencha Touch 2 that would load its views dinamically depending on a Json response from the server. It means that before the load of the view I have to compose ...
0
votes
0answers
165 views

Javascript with Apache 2 Proxy rewrite rules and Plone

I have a Plone site behind and Apache2 Proxy server that has two web pages that uses a java script. That Plone site and Java Script functions correct with out that Apache 2 Proxy Server. Plone does ...
0
votes
0answers
61 views

nginx does not starting with multiple nodejs apps

i have this config in sites-enabled/default upstream domainone.com.ar { server 127.0.0.1:9000; } server { listen 80; server_name www.domainone.com.ar; rewrite ^/(.*) http://domainone.com.ar/$1 ...
0
votes
2answers
124 views

how know if nginx is compressing gzip?

this is de config file of nginx gzip on; gzip_disable "msie6"; # gzip_static on; gzip_min_length 1400; gzip_vary on; gzip_proxied any; gzip_comp_level 9; ...
1
vote
0answers
94 views

config nginx for multiple nodejs apps

hello i have to config multiple apps of nodejs using nginx... this is my actual configuration upstream domain.com.ar { server 127.0.0.1:9000; } server { listen 80; server_name ...
1
vote
0answers
68 views

proxy caching promise

I have set of promises connecting to server like this one: function getSomething(data, moreData, evenMoreData){ var dfd = new jQuery.Deferred(); ...
0
votes
0answers
59 views

javascript library for SOAP proxy

I'm looking for a javascript library which allows me to have a Javascript object that defines setter methods. Another method should allow to call the webservice with this object. The goal is not to ...
2
votes
1answer
53 views

why do I need 8 backslashes?

While writing a "simple" cgi shell script proxy server to wrap quoted xml in a jsonp-style callback, I ran into an issue with escaping the backslashes (that was solved through trial and error and ...
0
votes
0answers
420 views

C# WebBrowser control proxy adfly

this is the code I am using to proxy websites, it seems to work well, apart from adfly links. I think the problem is that the code is not getting a response from an iframe that is loaded by javascript ...

1 2 3 4 5 9
15 30 50 per page