The tag has no wiki summary.

learn more… | top users | synonyms

-5
votes
0answers
43 views

Redirect traffic between ports [closed]

I need to redirect the traffic from the SMTP port 25 to port 80. Is there any way to do this via PHP, perhaps by making proxy or something like that?
0
votes
3answers
87 views

error “java.lang.NoSuchMethodError” after deploying web app using a web service

Kindly I am facing a strange problem and I need your help. I am using oc4j 1013 as a java container. I had a simple web service "GetDates" and I deployed it successfuly on the oc4j and tested it by ...
0
votes
1answer
198 views

Creating facebook webproxy with python

I'm trying to create webproxy for personal use to access facebook (it is often blocked from a few locations where I happen to spend some time). Started from this code: ...
0
votes
0answers
81 views

Resume supported php proxy?

I need to create a resume supported php proxy for large file downloading. I try to use some famous open source proxy scripts like PHProxy and CGIProxy. but they aren't resume supported. So I want to ...
0
votes
1answer
204 views

WebClient DownloadString gives error when using Webproxy C#

Im trying to use WebClient.DownloadString() but using proxy. Im doing this: WebProxy wp = new WebProxy("http://000.000.000.000:80"); (here goes real proxy ip) WebClient wb = new WebClient(); ...
0
votes
0answers
25 views

How to use libProxy on suse to implement WPAD

i want to implement Web Auto Detection Proxy Protocol as well as parsing the PAC file by making use of libProxy open source library. I want to know how can i download the libProxy ? will i get the ...
0
votes
0answers
55 views

connecting through proxy?

hi i am trying to open a web page from defaul browser from netbeans the page opens but the proxy does not get used how would i fix it so i would connect through the socks proxy in code i have it set ...
0
votes
1answer
574 views

from jQuery-ajax to breeze.js (SharePoint ODATA example)

I am starting to use breeze.js for my ODATA service. I am using a SharePoint ODATA api and i have an example of how to use it with jQuery-Ajax. To make this work with breeze would be so f-ing ...
0
votes
0answers
44 views

how to use python to get auto-jump page (the second page)?

such as this website "http://www.dailila.com" I want to use it to get some web-proxy site. In webdriver, it is just a auto-jump. but I cannot use python to get the web-site address. for example: I ...
0
votes
0answers
75 views

Setting DefaultWebProxy in C#

Should I set DefaultWebProxy inside Application_Start method in Global.asax.cs file? If not, I am not sure what is the best way to deal with this. For example, I am calling web services and before I ...
0
votes
0answers
72 views

Is there a graceful way to determine if I am behind a proxy when using WebClient?

Right now I am using a try-catch to handle a WebException in order to determine whether or not I need to use a proxy - it's ugly. Rather than use try-catch to control program execution, I'd like to ...
7
votes
1answer
170 views

Proxy server cache is dangerous for private data?

Suppose I have a asp.net mvc 3 application with an interface named /getdata, different users connect to the server by my PC client software and get private data using this interface. Different users ...
2
votes
2answers
355 views

New WebProxy to read from list box VB.net

I am using http web requests and want it to use different proxies. This is my starting point: Dim myproxy As New WebProxy("http://1.1.1.1:80") I would like to populate the address section using an ...
1
vote
1answer
39 views

need help to open stackoverflow in my intranet

I have problem when i open www.stackoverflow.com on my intranet which is protected by firewall, open very slow and only text appears, no image or format render on browser. my admin says that he has ...
1
vote
2answers
1k views

WebProxy error: Proxy Authentication Required

I use the following code to obtaing html data from the internet: WebProxy p = new WebProxy("localproxyIP:8080", true); p.Credentials = new NetworkCredential("domain\\user", "password"); ...
-1
votes
1answer
175 views

Can we use jQuery framework through an online web proxy

I include jQuery in my site with Google CDN: <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js" type="text/javascript"></script> All works as expected, but ...
6
votes
1answer
979 views

How can I get a new default WebProxy object in a C# Windows Store app?

My question comes from an issue I discovered on a corporate network. I'm developing with Windows 8 so in my case IE10 is set to automatically detect proxy settings. In my C# app I use ...
4
votes
1answer
739 views

How to make System.Net.WebProxy to not bypass local urls?

I am trying to make Fiddler work with RestSharp witch uses System.Http.WebProxy, so I want it to be set to localhost:8888 or 127.0.0.1:8888 Here is the code: var webProxy = new WebProxy(new ...
2
votes
1answer
190 views

Image.Source using proxy

On my WPF page I have, for example, an image (one or more) like this: <Image Source="{Binding Path=PicURL}"/> Also, I have a Settings page with an option to switch ON/OFF the usage of ...
1
vote
1answer
2k views

How do I setup a web proxy service in Mac OS X Mountain Lion Server?

I am trying to utilize the configuration files in Mac OS X Server instead of directly modifying Apache's site file to add a reverse proxy entry for the eXist XML database. The mapping should be from ...
0
votes
2answers
447 views

SMTP mail sending in C# (internet connection + WebProxy)

The goal is to send an email from a C# application. The code snippet below works for me, but when I run it at work (internet connection with a script configuration proxi.pac) it crashes. Can someone ...
0
votes
0answers
158 views

API for web proxy in cloud

I need to develop a code that is very similar to a web proxy, with some modifications. As you know, web proxy receives every request from users -> decode the requested url -> make a request -> and ...
0
votes
0answers
114 views

wireless proxy server

I require a web proxy which does user authentication and logging of all sites visited by the users. The proxy needs to be connected to my Dlink wireless router (or any other router). My wireless ...
0
votes
1answer
322 views

set my own proxy server and pass parameters to it in google chrome

i want set my own web proxy in google chrome to get all the web pages from my server. I know that we can set a web proxy server from the settings but what i want is also pass parameters to the server, ...
0
votes
1answer
388 views

Webscarab : unable to view https sites

I am running webscarab from the jar % java -jar WebScarab-ng-0.2.1.one-jar.jar For normal websites (http) i am able to analyze the packets using webscarab. But if i enter any secure site (https), ...
3
votes
1answer
228 views

SignalR issues with WebProxies or Accelerators?

Are there any known issues or incompatibilities with SignalR with a WebProxy or WAN Accelerators? I'm considering this technology for something that will be used across many different network ...
5
votes
1answer
984 views

Dynamically using a WebProxy with WPAD script

I am trying to call a webservice. I need to use a proxy that uses a WPAD script. The URL to this WPAD script is different for different deployments of the application. Although IE has the correct ...
1
vote
1answer
439 views

Trying to see Http requests in Fiddler using WPF Application

How to use Fiddler to debug traffic from any app (eg. C#/WPF app). Basically my WPF Application makes webrequests to a REST server that exists on another server. I try and set up my proxy to ...
2
votes
1answer
223 views

How to use iOS proxy settings with web services 2.0 (System.Net.IWebProxy) in Monotouch?

I'm consuming a Webservice 2.0 via SOAP. My service has a Proxy property of type System.Net.IWebProxy. I would like to use the proxy settings that are configured on the iOS device I'm running on. ...
18
votes
2answers
3k views

Advantages of a reverse proxy in front of Node.JS

What are the advantages of having nginx or another web-server running as a reverse-proxy in front of the Node.JS? What does it provide? (This question is intended for matters concerning web-apps, not ...
1
vote
0answers
85 views

CopySystemProxySettings Equivalent in Monotouch

What's the equivalent api to copy phone's system settings to my app in Monotouch? can i use webproxy instead? how to do that? can the monotouch team give some example? Thank you.
3
votes
1answer
1k views

How do I specify a web proxy when using RestEasy client proxy?

I am using a RestEasy ProxyFactory to connecting to a REST service. However I need to connect via a web proxy. How do I specify the proxy connection details? At the moment I am creating the ...
1
vote
2answers
736 views

Weird behaviour of HttpWebRequest while using WebProxy

I have an HttpWebRequest with a StreamReader that works very fine without using a WebProxy. When I use WebProxy, the StreamReader reads strange character instead of the actual html. Here is the code. ...
5
votes
6answers
992 views

How to build local web proxy without configuring the browsers

How does Netnanny or k9 Web Protection setup web proxy without configuring the browsers? How can it be done?
0
votes
3answers
1k views

How to create a simple Proxy to access web servers in C

I’m trying to create an small Web Proxy in C. First, I’m trying to get a webpage, sending a GET frame to the server. I don’t know what I have missed, but I am not receiving any response. I would ...
3
votes
3answers
8k views

How to configure SSL certificates with Charles Web Proxy and the latest Android Emulator on Windows?

I would like to use Charles web proxy to work with the Android emulator in Windows. I've successfully set up charles and have started the emulator with the command line: emulator -http-proxy ...
1
vote
1answer
1k views

HttpWebRequest WebProxy problem - The connection was closed unexpectedly

I'm trying to make a HTTP request through an open SOCKS5 proxy. I have verified that the proxy works by setting it as a proxy for Firefox before setting it as the proxy in my C#.Net application by ...
2
votes
0answers
568 views

c# webproxy - a big adventure?

since yersterday i play a little bit with the .Net WebProxy Class, because i think the usage of webproxys in one of the big traps in the development of applications with web access (my java ...
3
votes
2answers
1k views

Consume restful webservice through web proxy

I'm trying to consume a restful webservice in java using the Apache Wink framework through my school web proxy requiring authentification ClientConfig clientConfig = new ClientConfig(); ...
2
votes
1answer
2k views

What is the relationship between WebProxy & IWebProxy with respect to WebClient?

I am creating an app (.NET 2.0) that uses WebClient to connect (downloaddata, etc) to/from a http web service. I am adding a form now to handle allowing proxy information to either be stored or set to ...
1
vote
0answers
1k views

Detect proxy settings of non-default web browser - C#

There are similar questions out here that describe how to get the default proxy settings of the user, but what happens if let's say the user's default browser is IE, but they are using Firefox? I ...
2
votes
2answers
1k views

How to prompt the default windows credentials dialog form for internet proxy in .NET?

My .NET app uses a WebService and, in some clients, I am getting HTTP 407 (proxy authentication required). So I need to ask the user to input his user/password credentials. So, how to use the default ...
1
vote
3answers
1k views

why won't WebProxy BypassProxyOnLocal work for me?

I'm trying to get HTTP calls I'm making from C# .NET to a local address (localhost:3000) to use the proxy I set (so I can go through fiddler). Using the below WebProxy approach works if I point the ...
0
votes
1answer
847 views

Internet Proxy server in c#

I need to implement a basic internet proxy in c#. Initial investigation it seems like it could be a tricky area. Does anyone have pointers to starting points, resources or open source ...
1
vote
2answers
4k views

How to by pass network using WebProxy?

If I want to bypass a Network like 192.168.1.0/24 using webProxy is there any way? WebProxy proxy = new WebProxy(); proxy.ByPassList = ???
3
votes
2answers
5k views

Error creating Web proxy

I have a CLR enabled .NET app that accesses a webservice and writes an xml file to a webserver for a SQLServer SSIS package to digest. Everything works fine on the development servers, but the ...
3
votes
4answers
3k views

Is it possible to redirect a url to another using a webproxy ( such as fiddler )

I'm trying to parse a WSDL file which is in another server but has hard codded "localhost" all over the document. When I fetch it, obviously the program complains "connection refused" because ...
17
votes
4answers
29k views

How can I set an HTTP Proxy (WebProxy) on a WCF client-side Service proxy?

How can I set the HTTP proxy programmatically, on a WCF client, without using the default proxy? Proxies, proxies, proxies. According to the WCF model of development, I generate client-side ...
4
votes
1answer
125 views

Best practices for URL retrieval service? How to avoid being attack vector?

I'm tinkering with a web tool that, given a URL, will retrieve the text and give the user some statistics on the content. I'm worried that giving users a way to initiate a GET request from my box to ...
1
vote
1answer
256 views

How to get proxy definitions from within an activeX

Ok, so here is the scenario: I have an activeX that uploads files using HttpWebRequest class. My problem is that I have to specify the network credentials in order to get the activeX to work properly ...

1 2