0
votes
3answers
31 views

Mapping a store to a proxy

So I'm trying to configure an ajax proxy in extjs that reads a 'users.json' file. I'm attempting to map my store to the users.json file. Here's my store: Ext.define('AM.store.Users', { extend: ...
0
votes
0answers
41 views

Google proxy in a chrome extension, how to handle cookies?

I've recently decided to dive into the development of chrome extensions. Fact is I'd like to write a little something that is useful at least for my daily life. The idea struck me after reading this ...
-1
votes
0answers
24 views

JavaScript and Proxies in APPJS using Node JS?

I am interested to know if any one has done the following or can shed some light on this. I have a small Desktop APP which I have made using APPJS and I am interested in allowing users to enter a ...
0
votes
1answer
19 views

How do HTTP proxies deal with external JS files called from HTML markup?

With a HTTP proxy server, I understand that the request goes to the proxy, the proxy makes a new request to the target site, then copies the response and creates HTML markup to display to user ...
0
votes
1answer
80 views

How to get Local IP address and proxy server of client

I read many articles suggesting to use http_x_forwarded_for to get proxy server and real ip address of client but none of them seem to be working. I am assigned a local IP address and i use Proxy ...
0
votes
1answer
43 views

Gmail not loading when script is injected or even when a word is replaced, why?

I was using fiddler core proxy to do some script injection. I noticed that gmail login just failed after its login progress bar moving forward and backward for some time. A sample is given below using ...
1
vote
2answers
33 views

Can't get Last.FM API PHP Proxy to work

I'm trying to regularly retrieve JSON album data from the Last.FM API, and since they don't support JSONP I'm using a PHP Proxy to circumvent the cross-domain limitation. Here's my PHP proxy: ...
0
votes
0answers
36 views

ExtJS custom proxy

I am using ExtJS MVC to display pictures from the FileSystem using the FileSystem API. My list view that displays the information is defined as: this.items = Ext.create('Ext.view.View', { ...
2
votes
1answer
45 views

Error 'invalid data' while using node-v0.10.4 for websocket proxy

I am using node-v0.10.4 to run web-sockets proxy to connect to particular kind of server. But I am getting the following error in my terminal after a connection is made via proxy using firefox ...
0
votes
1answer
25 views

Proxy Auto Config - Javascript Windows Environment Variable

I am trying to write a PAC file which can read a Windows Environment Variable that is set by GPO (e.g. ENABLE_PROXY = FALSE/TRUE) Based on whether this Variable is true or not will either return a ...
0
votes
1answer
45 views

GM_xmlhttpRequest through proxy server

I don't have a specific problem regarding this yet, it's more that I can't start working until I know this and can't dig up an answer, so I'll use some random snippets I have lying around to ...
0
votes
0answers
104 views

Enabling JavaScript in a proxy server script

I'm writing a proxy server in PHP. The proxy server works and is able to render HTML, but JavaScript code will not work. Based on research I've done, many other proxy servers also have problems with ...
1
vote
2answers
174 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
54 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
66 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 ...

1 2 3 4 5 10
15 30 50 per page