i am writing a web proxy in java on google App engine.I figured out that the urls can be fected using the url Fetch servce but i have no idea about how to manage cookies and the streams as in youtube .Ne suggestions ?
...
How can I set a proxy for a Webbrowser Control without setting a proxy for IE?
Basically I want my application to use a certain proxy however obviously I don't want to change user's IE proxy settings.
...
I don't yet have a good understanding of how the network is set up at my current client, but here is my issue. The vendor has a normal URL, but it might be a leased line.
I have a .NET program that calls an external .asmx service. If I go to IE, Connections, LAN Settings, and uncheck "Automatic detect settings" and uncheck "Use Autom...
Hi guys,
I have an internal app (Jira) that i want to use internally and externally, now there might be another way of doing this in which case i'm open to it, but this is what i have so far:
URL one: https://domainname.com/jira - external domain name for it
URL two: https://domainname.local/jira - internal network name for it.
I a...
i still confused on this subject And ask for any help and reference on how to check visitor IP address via PHP.
i'm know it seem lazy to ask something before attempt to code something to show. but right now, i also googling to find it. hopefully someone can give general broad answer or some link to read.
btw, what to be consider when ...
Hi,
I want to implement proxy support (SOCKS5 and HTTP CONNECT method) in my application. There are two parts that needs to be implemented:
Detection of proxy details (protocol, host, port): I am using libproxy for that.
Connecting to the the proxy server and telling it to relay the packets. Get the connected socket and then use it in...
Hi, I need to connect to a server from an environment with a SSL proxy on, is it possible to handle that environment using just sockets? Is it was a no-SSL proxy, would that be possible?
Thank you very much.
...
I have a lot of trouble with the internet connectivity in the program I am working on and it all seems to spawn from some issue with the proxy settings. Most of the issues at this point are fixed, but the issue I am having now is that my method of testing the proxy settings makes some users wait for long periods of time.
Here is what I ...
I am working on a legacy code where an application uses AxSHDocVw.AxWebBrowser (NOT System.Windows.Forms.Control) to open up web pages and am extending it to take proxy into considerations.
I have following example on http://www.pinvoke.net/default.aspx/wininet/internetsetoption.html to use InternetSetOption() to go through specified p...
Hey,
I'm trying to do A/B testing and I'm using Nginx fo this purpose. My Nginx config file looks like this:
events {
worker_connections 1024;
}
error_log /usr/local/experiments/apps/reddit_test/error.log notice;
http {
rewrite_log on;
server {
listen 8081;
access_log /usr/local/experiments/apps/reddit...
I am trying to write a function in Python to use a public anonymous proxy and fetch a webpage, but I got a rather strange error.
The code (I have Python 2.4):
import urllib2
def get_source_html_proxy(url, pip, timeout):
# timeout in seconds (maximum number of seconds willing for the code to wait in
# case there is a proxy that is no...
What's the difference between GlobalProxySelection.Select and WebRequest.DefaultWebProxy?
Seems like they are doing the exact same thing.
...
Hi there,
I've a absolute simple proxy running.
require 'webrick'
require 'webrick/httpproxy'
s = WEBrick::HTTPProxyServer.new(:Port => 8080,
:RequestCallback => Proc.new{|req,res| puts req.request_line, req.raw_header})
# Shutdown functionality
trap("INT"){s.shutdown}
# run the beast
s.start
This should in my mind not influ...
I was wondering is it possible to create a php proxy to a server that listens onlu locally so that the php gateway is public and it directs everything to the server listening on localhost.
This server would be mercurial's hg serve that listens only on 127.0.0.1 and php will do the authentication.
Do You think it's possible to do? Anybo...
i am triying to write a web based proxy site on google app engine.Displaying the first page of entered url was fairly simple urlFetching api but i am unable to figure out how to proxify the links and requests origionating from this newly displayed page.
...
I'm trying to get up an running using http://github.com/rnewman/clj-apache-http
(http/get (java.net.URI. url)
:headers {"User-Agent" user-agent}
:parameters (http/map->params
{:default-proxy (http/http-host :host "localhost"
:port 8888)})
:as :string)
Problem is...
The idea is to have a client calling different webmethods but at the server side having all the calls redirected to one entry point where authentication/permissions are checked and then let the call continue. This is:
client side server side
------------ --------------
...
I'm trying to get a remote RSS through proxy and parse it.
I'm using magpierss, but it doesn't allow reaching internet through a proxy (or I don't know how to do it).
I assume the option is to, first, fetch the rss with curl functions, that allows proxy authenticating, but ....
are there any class to do this in a easy way, or ... does...
In my application i use external resources on web that require proxy authentication.
All my requests are http type by using WebRequest / DataSet.ReadXml(url) / ecc.....
Every time i need to give credentials...
So is possible to assign credential only one time in my application?
...
What .NET class/methods could I use to write a simple HTTP(s) proxy that would run on my PC that would:
Proxy all HTTP(S) requests through it
Let me get bandwidth used per proxy'ed request (e.g. content length)
Let me get requesting application or process name per proxied request
Ability to proxy/stream the requests on through to my n...