Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
8 views

Api to call Rotating proxy Service

I am building a python Selenium bot and I am trying to bypass captcha checks; what I was thinking of doing is connecting to the page each time using a different IP address; Are there tools/services ...
Niccolò Lauriola's user avatar
0 votes
0 answers
12 views

How to bypass server restrictions for downloading a file due to CORS policy?

I am working on a Flutter application, and I need to download a ZIP file from a public server using an HTTP GET request. The URL is something like: "https://example.com/file.zip". However, ...
Omri Developer's user avatar
-1 votes
0 answers
9 views

Allow specific user to specific website with PfSense Squid Proxy [closed]

So, i have 3VM's: One for the PfSense (cli) One for admin that can access PfSense interface with ip in web One used to test if the restrictions that i applied works well I blacklisted every IP and ...
Noah Lejolivet's user avatar
0 votes
0 answers
15 views

AWS API Gateway - send querystring parameters with HTML <form> POST with enctype="multipart/form-data"

I receive the file content OK, but cant seem to get the query string no matter what I do. The Lambda Integration feature doesnt retrieve them and no matter whgat I put in the mapping template I do not ...
Matt Ault's user avatar
-2 votes
0 answers
38 views

Set proxy globally in C# [closed]

I have a couple of questions about proxy: Is it possible to set proxy server in MAUI for windows and android? (set globally for whole system) Is it possible to set my proxy on windows globally but ...
0 votes
0 answers
7 views

BrowserSync & Virtual Host not working w/ www domain

I am using browsersync together with mkcert and virtual hosts (on Windows) to proxy a live site living at https://www.example.com. My goal is to proxy the site https://www.example.com, resolve it to ...
Senate No. 7's user avatar
0 votes
0 answers
6 views

How to parse Vec<u8> as Duration for Envoy ProxyWASM self.get_property ABI in Rust?

I am trying to do a POC with Proxy Rust SDK to extend envoy. I am able to parse the property Vec<u8> returned by http_context.get_property(["cluster_name"]) as utf8 string in Rust. if ...
fearKing's user avatar
0 votes
1 answer
42 views

Is it possible to connect to a SMTP server through proxy?

I'm attempting to connect to SMTP servers through proxies to validate emails. I've looked into http-proxy-agent, but as I understand, proxies cannot be used with a TCP connection? My current ...
Defaced.Face's user avatar
0 votes
0 answers
15 views

Sessions of apache webserver expiring - forcing logout of users (non php)

I have got some webservers running behind a proxy-server. These webservers are running an application, but it seems user are getting a "session expired" error. This error forces a logout and ...
Maarten Heymans's user avatar
0 votes
0 answers
14 views

Python http.client using HTTP Proxy server going to non-HTTPS site

I'm working to retrieve API data in an environment where an outbound HTTP/HTTPS proxy server is required. When connecting to the site using HTTPS via the proxy using Tunneling, it works fine. Here's ...
John Heyer's user avatar
0 votes
0 answers
33 views

How to set proxy proxy-server including username and password as options.AdditionalBrowserArguments ? in WebView2

How to set proxy proxy-server including username and password as options.AdditionalBrowserArguments in WebView2 , c# winforms Tried with this code , but its not working.. ...
raajrush's user avatar
0 votes
0 answers
8 views

Which communication type should I use in zeromq to redirect the message from my proxy to a specific server

I am developing a project in which the following needs to happen: The clients send their objects through a proxy. The proxy then needs to decide which server is responsible for handling that specific ...
auwey's user avatar
  • 1
-1 votes
0 answers
13 views

How to remove a white border and make the page be fullscreen in my button code? [closed]

I am making a site on Google sites where when I click on the button it sends me to about:blank page but it has a site inside in fullscreen and without white broder. I already have the code but when i ...
AnPick YT's user avatar
1 vote
1 answer
27 views

Wiremock should not trust backend endpoint when proxying

I am running Wiremock as a standalone process to proxy all requests to "https://mybackend.net". Why the connection is trusted (I expect a SSL certificate problem)? This is the command used ...
Marco Romero's user avatar
0 votes
0 answers
24 views

Podman proxy bypass for specific repositories

I have got Podman running within WSL on a Windows host which is behind a company proxy. I have set up HTTP_PROXY env variable so the pull/push commands work through the company proxy when working with ...
Anton's user avatar
  • 2,637
0 votes
0 answers
11 views

Proxy works on Node.js but not as a web proxy

When I use free proxies on with node.js (whether it's a WebSocket or simple GET requests) they work, but when I try to use that proxy as a proper server in my Windows or iOS settings it never works. I ...
LukzzXB's user avatar
  • 57
0 votes
0 answers
25 views

android chrome browser proxy setting

does android chrome browser support --proxy-pac-url command arguments ? can i set a remote server pac file url ? reference offial document: chromium network setting --proxy-pac-url= This tells ...
saberyjs's user avatar
0 votes
0 answers
22 views

How to configure a outbound Proxy for nextcloud docker container

I've installed a nextcloud:30 docker container. All outbound connections (i.e. to download plugins) must mandatory use a proxy in my Network. Google & Co. returns only docs to config a reverse ...
CPlus's user avatar
  • 1
0 votes
0 answers
33 views

Proxy server is not working with VPN in android

I am trying to create a proxy server in android that I can use to share my VPN connection with other devices connected to the same network. So one device has a VPN connection and others can connect to ...
Haseeb Hassan Asif's user avatar
-1 votes
0 answers
13 views

The error {"error":"Service not found: save"}

I have made a custom proxy and a service which should take a portion of text and save the text and assign it with a unique ID based on a timestamp. When testing the service directly it seems to work ...
Daniel_mccoy04's user avatar
0 votes
0 answers
32 views

Why does it take a long time to receive requests when using a local proxy in python?

I am using a local proxy to intercept HTTPS traffic in my Python script, but I'm experiencing significant delays when making requests. the requests take a long time to complete when routed through my ...
Tlots's user avatar
  • 1
0 votes
0 answers
38 views

Spring Boot 3 resource server bypass proxy

I have Keycloak server running and a Spring Boot 3.3.5 application as a resource server. I have configured https proxy host and port via environment variables for entire application via System....
Alex G.'s user avatar
  • 13
0 votes
0 answers
33 views

Title: Proxy Error: Could Not Proxy Request to Backend Server on Port 6000 (ECONNREFUSED)

I'm encountering a "Proxy error: Could not proxy request" when trying to access the backend route /api/v1/me from my React frontend running on localhost:3000. The error message I receive is: ...
Zaryab Khan's user avatar
0 votes
0 answers
12 views

Mock test HTTP Calls form a Real Server

I have been looking for an application that could proxy, record and replay requests from a Server, That could be used for tests. Essentially for scenarios where we would like to initially capture the ...
Vipin Menon's user avatar
  • 3,242
0 votes
0 answers
18 views

Why on ios device i connect to socks5 proxy via shadowrocket and it doesn't work?

I am using Smartproxy and through https everything works fine, but as soon as I connect socks5 then no pages work, even though I am using shadowrocket.I understand that socks5 doesn't work directly ...
Lost Svan's user avatar
0 votes
0 answers
14 views

Nginx multiple proxy - need to transfer referer

I have a frontend proxy that forwards requests to a backend proxy. The frontend proxy is accessible by different urls via https. I would like to keep the parameter of the initial url which was used to ...
christophed's user avatar
0 votes
0 answers
12 views

Can't Route ClickOnce Client Traffic through Proxy

I am testing two ClickOnce clients on Windows 10. I want to route the traffic through a web proxy (Burp). I'm able to do this for one of the clients but not the other. For some reason, the traffic ...
planpony69's user avatar
0 votes
0 answers
26 views

enabling CORS with squid

I live in EU but have a condo in California, and need to access US websites for utilities, bills, insurance, credit unfreeze etc. More and more (most) block ex-US access. I tried several commercial ...
Wido Menhardt's user avatar
1 vote
0 answers
14 views

How to configure .NET to use the system proxy?

I work in a corporate network. It requires a connection through a proxy to connect to the internet. The development occours on windows. How to configure dotnet, so dotnet restore and dotnet tool ...
finder2's user avatar
  • 1,084
0 votes
1 answer
22 views

Iframe accessed via proxy not loading resources from correct address

The setup is as follows: Docker-compose with several containers, though only two of them are relevant for now: quasar: The website container, which has a Quasar frontend (via dev server) accessible ...
Archer's user avatar
  • 3
0 votes
0 answers
17 views

How to block HTTP requests in a Jest test (except through a proxy)?

I am developing a Node.js application that makes HTTP(S) requests through a proxy, if configured to do so. So I'm writing Jest tests for this scenario, which is simple enough, using mockttp. With this ...
Otavio Macedo's user avatar
0 votes
0 answers
48 views

Vite App with React Fails to Load via Code-Server Proxy: "Loading failed for module" Errors

I am trying to run a React project using Vite inside a Docker container with Code-Server. The app is proxied through Code-Server at http://localhost:8080/proxy/5173/, but I'm facing issues loading the ...
SANJAY SAGAR's user avatar
0 votes
0 answers
30 views

pip install ProxyError('Cannot connect to proxy.', RemoteDisconnected('Remote end closed connection without response'))

I try to install packages via python on a Pi within a company network. I use pip version 20.3.4. Other posts mentioned there could be problems v21 upwards, so I did not upgrade. :~$ pip install --...
simbo's user avatar
  • 1
-2 votes
0 answers
153 views

How to solve Cannot GET /users/login error on page refresh? [closed]

I have deployed a reactjs appplication in Netlify and the backend nodejs in Heroku. I am getting Cannot GET/... error while refresh the page on netlify . I have already tried including the /* /index....
Hasindu Dahanayake's user avatar
1 vote
0 answers
26 views

How can I store proxy user password securely using proxy_override in Oracle APEX_WEB_SERVICE.MAKE_REST_REQUEST?

I call an external HTTP API endpoint from the inside our comapny's network. I use Oracle's function: apex_web_service.make_rest_request (p_url => l_url ,p_http_method => 'POST' ...
bydman's user avatar
  • 11
0 votes
1 answer
103 views

HttpClient in .NET 8 Windows Service Ignores System Proxy Settings

After migrating a server application from .NET Framework 4.7.2 to .NET 8, HTTP requests made by the server application stopped working because the HttpClient doesn't use the proxy configured in the ...
LeeroyJenkins313's user avatar
0 votes
1 answer
29 views

How to have the conf.d for Nginx in Termux [closed]

It's possible to use Nginx in Termux after installing it with the pkg install command in Termux. However, after installing it, i found out there's no conf.d directory in $PREFIX/etc/nginx directory. I ...
Dan D.'s user avatar
  • 8,487
0 votes
0 answers
46 views

Nginx Caching for NPM Artifacts Serving Incorrect Versions from Cache

I am trying to configure Nginx as a caching proxy for serving npm artifacts, and I have the following configuration: Nginx Cache Path and Key Configuration: proxy_cache_path /var/www/my-data/my-...
Ganesh's user avatar
  • 41
-1 votes
0 answers
25 views

How to create reverse proxy for the Azure IoT hub in MQTT and AMQP with and with WebSocket protocols?

I want to create reverse proxy for the Azure IoT Hub on HTTPS, MQTT with websocket and AMQP with websocket protocols. So that all IOT devices can be connected to the Azure IoT Hub via the reverse ...
sharmila's user avatar
0 votes
0 answers
53 views

Reusing Http Client Golang

I have some software in Golang that runs 500-3000 tasks. Every task does little compute and a lot of IO (http requests). Every task needs to use its own unique transport (may occasionally change their ...
Ahmed Zaidan's user avatar
0 votes
1 answer
69 views

How to Get the Client IP Address in a Next.js Application Hosted on Vercel?

I have a Next.js application hosted on Vercel at example.com. I also have an API hosted at api.example.com, which receives requests from the frontend. However, when I try to log the client IP address ...
hantoren's user avatar
  • 1,175
0 votes
1 answer
34 views

Creating HTTP Proxy and Detecting mimeType using finfo, it broke entire code (php)

I'm trying to create HTTP proxy in php and I got error on setting Content-Type header. This code broke my entire code: $finfo = new finfo(FILEINFO_MIME_TYPE); $mimeType = $finfo->buffer(fread($sc, ...
もぐもぐぷりん's user avatar
0 votes
0 answers
60 views

How to scrape high volumes while avoiding proxy detection and captchas?

I’m scraping product data from HEB’s website (retailer similar to Walmart), like this https://www.heb.com/product-detail/fresh-organic-sweet-mini-peppers-16-oz/1919432 Here are my challenges: I’m ...
Boo Man's user avatar
0 votes
0 answers
24 views

Handling HTTPS Proxy Authentication in Android Emulator with Python

My goal is to configure a proxy with authorization for an Android emulator (used with Appium) launched from command line. I tried configuring the Android emulator directly with a proxy via this ...
Тимур Куценко's user avatar
1 vote
0 answers
36 views

Handling Proxy: How to Avoid Issues with Headers in Dual Connection Setup?

Body: I am implementing a WebSocket proxy and encountered two distinct approaches. Each has its challenges, particularly around handshake management and header handling. Approach 1: This approach ...
ray an's user avatar
  • 1,278
0 votes
1 answer
36 views

Setting Schema Registry Proxy URL and Port

We want to configure a Proxy only for the Schema Registry. That means the Proxy muss not be used by the Broker connection. I'm trying to follow the configuration options for the Schema Registry added ...
Nestor Torres's user avatar
0 votes
0 answers
48 views

Why nginx proxy_pass dont get shoutcast page and get ERR_TOO_MANY_REDIRECTS?

location / { set $stream_username $host; if ($host ~* "^([A-Za-z0-9_]+)\.test\.example\.com$") { set $stream_username $1; } proxy_pass http://127.0.0.1:2198/proxy-...
IceDarkness's user avatar
0 votes
1 answer
12 views

POCO and Kerberos authentication

I am using POCO to send http requests to a server with HTTPClientSession class. Requests must go through a proxy (ok with HTTPClientSession->setProxyConfig). When the proxy requires NTLM ...
Test1's user avatar
  • 1
0 votes
0 answers
18 views

Remix and Vite: Proxy Server cannot read assets url when set to subpath

So I have 2 web applications built with Remix: www.example.com/knowledge-management-system, this web has basepath of /knowledge-management-system and has 3 sub paths: a. /knowledge-management-system/...
A-SM's user avatar
  • 884
-1 votes
0 answers
14 views

how to update hosts using Wildcard Domain in windows

I have a requirement forwarding traffic from *.example.cc to 10.3.4.5(our internal gateway). please, can i have a way to address this problem. I'm trying to use PAC proxy and custom DNS server but ...
helios's user avatar
  • 109

1
2 3 4 5
395