Questions tagged [webproxy]

136 questions
2
votes
1 answer

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), say https://www.gmail.com i am unable to view the…
Anirudhan J
  • 2,072
  • 6
  • 27
  • 45
2
votes
1 answer

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. Simple question: how? :-)
Krumelur
  • 32,180
  • 27
  • 124
  • 263
2
votes
2 answers

How to connect to Azure Service Bus Topic through proxy - C#?

I am working on a web application that displays the Azure Service Bus Topics details when we provide the namespace connection string and topic name. Here is the code I used for this: //To Check whether the topic is available in Azure Service…
Sandhiya
  • 57
  • 1
  • 8
2
votes
0 answers

Limit MITMproxy memory usage

We plan on using mitmproxy for our test and staging environments. However, we are running into the issue that these environments have limited memory available. MITMproxy seems (according to spec?) to simply store all our HTTPS API communications in…
Mat Ha
  • 53
  • 4
2
votes
1 answer

Use WebProxy with msal4j

Our daemons application is using msal4j 1.3 to get access token from https://login.microsoftonline.com/. However, in some of our customer's production environment, it is not possible to access https://login.microsoftonline.com directly. They want…
Lin Chen
  • 71
  • 2
  • 6
2
votes
0 answers

C# How to set up Webproxy with NTLM Authtification

i wanna set up a webclient with a NTLM authtification proxy, but i have some Problems to hand over the DefaultCredentials. This is my current solution, but it doesn’t work. textBox.Text = ""; IWebProxy proxy =…
2
votes
2 answers

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 setting request.Proxy = new WebProxy(ip,…
JoeR
  • 1,901
  • 3
  • 25
  • 39
2
votes
0 answers

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 experience). So i made a test case: i used a squid proxy…
Kangee
  • 21
  • 1
2
votes
1 answer

PHP cURL multithreading without curl_multi, how to?

I know it's most likely a very dumb question to ask, and I've been using curl_multi and classes such as https://github.com/petewarden/ParallelCurl/ for multithreading. But recently I came across this building a web proxy, an open-source PHP web…
Lafix
  • 375
  • 1
  • 3
  • 13
2
votes
1 answer

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 use the defaults. I am a little confused about…
Streamline
  • 2,040
  • 4
  • 37
  • 56
2
votes
2 answers

Split String by Carriage Return C

I am having a problem where I am trying to split an HTTP request by a carriage return for a web proxy. The request does not seem to split. Here is an example request: GET /pub/WWW/TheProject.html HTTP/1.1\r\nHost: www.w3.org\r\n My attempt…
user1816561
  • 319
  • 2
  • 4
  • 4
2
votes
1 answer

Webdav server behind reverse proxy

We are running into an issue when locating the it-hit webdavsystem ajax browser behind a reverse proxy. In our case we are listening on port 8123, then serving up on port 443 from the outside. It seems when we click on a folder in the ajax browser…
2
votes
2 answers

webproxy.exe process causing 100% CPU usage

today I found that my laptop's fan is worked in full level. after checking performance tab in task manager I see CPU usage is 100% and not change. I see webproxy.exe process in top of resource monitor list and everytime I end this process, after 1…
Netmoon
  • 215
  • 3
  • 13
2
votes
2 answers

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 item from ListBox. VB does not let me do it,…
Thomas Pollock
  • 405
  • 1
  • 3
  • 11
2
votes
2 answers

Image.Source using proxy

On my WPF page I have, for example, an image (one or more) like this: Also, I have a Settings page with an option to switch ON/OFF the usage of Internet Proxy Settings globally inside my entire…
Yurii Zhukow
  • 345
  • 1
  • 2
  • 10
1 2
3
9 10