Skip to main content
Filter by
Sorted by
Tagged with
Best practices
0 votes
4 replies
105 views

I have 2 separate projects running on the same Linux server. Both projects based on Flask. Due to infrastructure restrictions I'm able to use only one HTTP Port on the server. I would like to route ...
VictorDDT's user avatar
  • 633
0 votes
0 answers
256 views

I have a WebClient that works fine without the proxy, however I need to utilize the proxy (requirement - so please understand it is required). The problem is when I use the proxy I am getting a 400 ...
Ken's user avatar
  • 2,968
0 votes
0 answers
1k views

Follow code available on Microsoft documentation portal but what if I want add the proxy to it? I'm using .NET Core 6+ string blobstorageconnection = pConfig.AzuerBlobStorageConnectionString; ...
Srinivas Mohan Pillalamarrri's user avatar
1 vote
0 answers
884 views

I have written this dynamic config for Apache2 which is hosting my personal website with its own SSL certs. My personal website is hosted from home and gets picked up via proxy running on the remote ...
Ciasto piekarz's user avatar
0 votes
0 answers
204 views

I am currently writing a couple .NET core of applications using NServiceBus with AzureServiceBusTransport, but I cannot find any way of configuring it with a WebProxy. When using Azure Servicebus ...
davide's user avatar
  • 1
1 vote
0 answers
409 views

My application in AspNetCore 3.1, runs locally without any issues with dotnet run. But when running the application in Docker i'm getting the following exception: System.TypeLoadException: Could not ...
i_s_a_c's user avatar
  • 11
0 votes
2 answers
2k views

Our VPC of company using an http system proxy. Due to the fact, there are no https proxy and any web links should using http proxy even it is a https. I tried to add these two solutions to my C# code, ...
user avatar
1 vote
1 answer
465 views

In Java i am able to set AutoConfigUrl like mentioned below, how to do the same in python ? Proxy proxy = new Proxy(); proxy.setProxyAutoconfigUrl("http://wpad/wpad.dat");
PSR's user avatar
  • 261
1 vote
0 answers
162 views

Due to some reasons (mentioned in this post), To handle the proxy in our web application, I have assigned the user-defined proxy values to WebRequest.DefaultWebProxy. Code: var proxy = new WebProxy(...
Sandhiya's user avatar
2 votes
2 answers
3k views

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 ...
Sandhiya's user avatar
0 votes
0 answers
344 views

Our system when we are on the corporate network connects through a proxy, I'm struggling to get my application to connect The only way i've been able to get it to connect is without a proxy, off our ...
Ceri Turner's user avatar
1 vote
5 answers
716 views

I am trying to connect to external IP address but I am behind company firewall, so I need to connect over the proxy. I run a test with curl: curl -v https://IP_ADDRESS_OF_EXTERNAL_CLIENT:6125 -x http:/...
Jack's user avatar
  • 360
2 votes
1 answer
15k views

I have iOS app in which I have WKWebview. Used for loading HTML from remote URL. I get the error in log [Process] 0x1550bfe18 - [pageProxyID=42, webPageID=43, PID=1902] WebPageProxy::...
RohitK's user avatar
  • 1,494
4 votes
0 answers
1k views

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 ...
Mat Ha's user avatar
  • 73
0 votes
0 answers
123 views

I create a web proxy server and try to parse the url from the header but I get a problem with split() def proxy_thread(connectionSocket,addr): request = connectionSocket.recv(Buffer) GETREQ ...
Dang Truong's user avatar
0 votes
1 answer
159 views

I have a project about WebProxyServer. When I run the code, it has error "list index out of range." I can't find where is a mistake. def proxy_thread(conn, client_addr): # get the request from ...
Dang Truong's user avatar
3 votes
1 answer
3k views

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:/...
Lin Chen's user avatar
0 votes
1 answer
243 views

How can I change the proxy every time when I make a new request? If I start the application and run this request multiple times, I can see it uses the first proxy used, even if I change the parameters ...
Nick_F's user avatar
  • 1,135
3 votes
1 answer
1k views

In my C# application I'm trying to send an HTTP request to an external company outside of our firewall. When I use the below code, I'm getting back an error that the remote site has forcibly closed ...
Gargoyle's user avatar
  • 10.5k
1 vote
0 answers
356 views

I am writing a function to test proxy server connection. User need to fill a web form and need to provide following: Proxy Server Ip Address Proxy Server Port Check a chekbox if authentication is ...
Ramandeep Singh Bhamra's user avatar
1 vote
1 answer
1k views

I have this code both in my console app and webapi app static void TestHitOtp() { try { string urlPOST = ConfigurationManager.AppSettings["OtpUrl"]; string ...
Wildan Nugraha's user avatar
0 votes
1 answer
2k views

I have a Jenkins installation on Windows Server which consists auf one master node and two build nodes. Jenkins master as well as the build nodes are running as windows service under a domain service ...
Peter K.'s user avatar
  • 153
1 vote
1 answer
336 views

I am trying to execute a WCF service / WSDL using Powershell, and I found I can use "New-WebServiceProxy" cmdlet to do the job. Unfortunately it appears that if I execute directly on my environment, ...
PlayKid's user avatar
  • 871
1 vote
0 answers
205 views

Context I am working on an application which detects the user's IP address from the request and restricts them from doing certain actions on a page based on the country they are in. Problem When a ...
Jagdeep Singh's user avatar
1 vote
1 answer
2k views

I'm using Intellij IDEA Ultimate 2016.3.4. File / Settings / Plugins / Install JetBrains plugin... opens up a window named Browse JetBrains Plugins, but the main area of the window, which should ...
Attila Csipak's user avatar
0 votes
1 answer
777 views

Currently I am developing a web application that works with freeradius. Some days before client asked me to develop a module to save users activity logs into remote database. I tried syslog-ng. I ...
Muhammad Faryad's user avatar
7 votes
0 answers
2k views

I'm trying to make HTTP requests via a WebProxy in a .net core 2.0 web application. The code I've got works fine in .net framework so I know (believe) its not an environmental issue. I've also tried ...
Chet's user avatar
  • 199
1 vote
0 answers
368 views

I am currently developing a .net component for the corporate environment. It needed to talk to a 3rd-party company that uses SSH to transfer file. The same component also supports FTP to communicate ...
user8935907's user avatar
2 votes
0 answers
1k views

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 = ""; ...
Tobi's user avatar
  • 138
1 vote
1 answer
814 views

I wrote the following code using httpwebrequest(Timeout=2000) and webproxy The following code always will throw an exception because of wrong url ("ww.google.com") When I run the program, I get two ...
Lady Jane's user avatar
0 votes
1 answer
854 views

I am trying to create a personal web proxy using javascript so that users can browse the internet through a website. Example http://webproxy.to/. I'm trying to send the response back from a url to ...
jamesalone's user avatar
1 vote
1 answer
330 views

I'm new to testcafe and don't know if I am doing something wrong with my tests. When I call a post to my endpoint It seems the payload is lost somewhere in the proxy. Here is the request that is sent: ...
user7631998's user avatar
0 votes
1 answer
3k views

I'm writing a really simple web proxy through python and right now I'm working on dealing with HTTPS CONNECT requests so I can open HTTPS websites. I'm trying to set up an SSL tunnel but my code is ...
Jack Cassidy's user avatar
0 votes
0 answers
96 views

I don't understand what may cause this error I am using the below function with about 1000 concurrent connections Each connection uses a different webproxy After a while like 15 minutes working, ...
Furkan Gözükara's user avatar
1 vote
1 answer
560 views

Even though i am properly terminating everything when i check existing HTTP connections i see they are not terminated For example when i open 200 concurrent connections by starting different tasks I ...
Furkan Gözükara's user avatar
0 votes
0 answers
132 views

My problem is a bit complex and i don't know how to explain it best I have a 125k public proxy list. As you can also guess, most of them are invalid I would like to quickly test all of them So i ...
Furkan Gözükara's user avatar
0 votes
0 answers
6k views

I am writing a really basic web proxy in Python. In it's current state all I want it to do is take the request from the client and pass it straight through to the web, no caching or anything like that ...
Jack Cassidy's user avatar
0 votes
1 answer
75 views

My code is working if I hardcode my credentials string url; string proxyAddress; string user ; string password; Stream objStream; WebProxy proxyObject = new WebProxy(proxyAddress, true); proxyObject....
bizimunda's user avatar
  • 1,035
-1 votes
2 answers
1k views

I am writing a web proxy and so far I can read a GET request from a client, format it, and send it to the server, I believe that I have been able to get the response back from the server, but am ...
AndieM's user avatar
  • 39
1 vote
1 answer
1k views

I’m trying to download several files from a local network device: http file directory I want to write a code that will automatically download all those .avi files to my pc drive. I have 2 problems: ...
gman's user avatar
  • 11
0 votes
1 answer
1k views

I am currently working on a VB.net project where I need to get http responses from a certain URI but the requests needs to go through http proxy which I am perfectly fine with. The problem occurred ...
Sabbir Hassan's user avatar
1 vote
1 answer
1k views

I am setting up a java Twilio connection using the example Twilio java-sdk from the api examples here. The only difference is I need to run my Twilio connection through a web-proxy with ...
egerardus's user avatar
  • 11.5k
1 vote
1 answer
1k views

I have setup a remote redis server. The client uses a web proxy to connect to the internet. How do I set the StackExchange.redis ConnectionMultiplexer to use a webProxy in C#? The following is ...
Jacques van den Heever's user avatar
1 vote
1 answer
2k views

At the company where I work, we have a web proxy and the browser prompts for login/pass every time I open it. After seeing this, I installed squid in my computer, configure my company web proxy as a ...
Paulo's user avatar
  • 1,508
0 votes
0 answers
128 views

This is what I currently have using (WebClient client = new WebClient()) { WebProxy proxy = new WebProxy(); //proxy.Address = new Uri("http://" + proxyIP.Text + ":" + proxyPort....
Dgameman1's user avatar
  • 378
0 votes
2 answers
1k views

This is the code I currently have using (WebClient client = new WebClient()) { WebProxy proxy = new WebProxy(); proxy.Address = new Uri(96.44.147.138:6060); proxy.Credentials = new ...
Dgameman1's user avatar
  • 378
1 vote
1 answer
877 views

I am creating a simple PHP web proxy. The PHP script currently correctly fetches the page's HTML from the backend. However clearly this is not enough since all the resources (img, script, link, a) ...
Joseph's user avatar
  • 1,061
-2 votes
2 answers
493 views

I have written a code to hit a particular URL and download data using a WebClient, and have set a proxy which I have purchased from MyPrivateProxies.net to this webclient with credentials and other ...
Rakesh Vadnere's user avatar
0 votes
0 answers
258 views

I am looking for the best practice to allow accessing a web-server in a private network from a client running on an arbitrary machine (possibly on another private network). Here is the typical setup: ...
samanca's user avatar
  • 153
5 votes
0 answers
818 views

Is there any option in charles proxy or some other tool, where I can save/cache all the request and next time when same request comes, it returns same response without forwarding request.
hridayesh's user avatar
  • 1,141