0
votes
1answer
12 views
How do I pass the HTTP username from Apache to Mongrel/Rails?
The goal: running a Rails application on Mongrels, allowing access through Apache after doing basic HTTP Authentication
The problem: reading the supplied username from within Rail …
0
votes
5answers
37 views
Retrieving Data From external Domain
I am creating a analytic project. My goal is to give the owner of x-domain a small amount of javascript includes from my site. That gives me the ability trace their mouse movements …
1
vote
4answers
109 views
I need get the IP address
I need get the IP address for the user cross the proxy using PHP...
any suggestion ?
0
votes
0answers
30 views
Linux proxy server [closed]
I have two machines: Windows and Linux.
The Windows machine should make raw socket requests (send TCP/IP packets) to the internet through the Linux machine. It is not limited to H …
0
votes
2answers
45 views
Google App Engine proxy
What would be the simplest implementation of a proxy written for GAE, which relays every URL (including POST, and header data) to a remote HTTP host, and return with it's result (w …
1
vote
0answers
37 views
Two way communication through a HTTP proxy
I'm trying to come up with the most appropriate way to make a two way socket connection through a HTTP proxy - lets say it's a telnet style protocol. Unfortunately I also need to s …
2
votes
2answers
55 views
Is there a PHP library equivalent to cURL that does not need to be installed?
I am trying to proxy through php for a JS RSS feed. The company I am doing this for may or may not want cURL installed. If that is the case I may need some sort of library that can …
0
votes
0answers
30 views
Better Understanding of Web Proxies for php and javascript
I am trying to develop a analytic s project. My goal is to let a owner of x-domain be allowed to copy and paste a small snippet of javascript includes on to their site, from my ser …
0
votes
2answers
25 views
sending large data .getJSON or proxy ?
Hey guys. I was told that the only trick to sending data to a external server (i.e x-domain) is to use getJSON. Well my problem is that the data I am sending exceeds the getJSON da …
0
votes
2answers
43 views
Header page caching
I'm using the below headers on my web site but I'm running into a problem. The first time I visit my site for the day I don' tsee my ACP link. There are also instances where info …
0
votes
1answer
23 views
url rewriting slows down proxy a lot
i have a proxy script which writes very ugly long URL. the proxy script automaticaly rewrites all href links with long ugly URL,
mysite.com/proxy.php?url=somesite.com
mysite.com/p …
0
votes
1answer
48 views
Using PHP cURL with an HTTP Debugging Proxy
I'm using the app "Fiddler" to debug a GET attempt to a website via PHP cURL. In order to see the cURL traffic I had to specify that the cURL connection use the Fiddler proxy (see …
1
vote
1answer
18 views
Spring - How ‘multiple’ AOP behaviors to sevices are resolved?
Hello, I want to know that whether we can apply 'multiple' AOP behaviors to our service classes or not?
Lets just say, i do this to my BankServiceImpl class:
@Transactional on t …
0
votes
1answer
21 views
Is there a browser which supports Socks5 with authentication?
I have checked IE8, FF 3.5 , Opera 9 none of them have support for proxy authentication for socks5 proxy server.
Can anyone point me to enable socks 5 authentication or any other …
0
votes
1answer
14 views
Update service reference not working
I'm using Visual Studio 2008 and have a WCF client working against a WCF service. They are both located in the same Visual Studio solution. After I've made a change in my WCF contr …
