Skip to main content
Filter by
Sorted by
Tagged with
3 votes
2 answers
253 views

We use the following function to test internet connectivity every 5 seconds. But in some part of the world, this function always returns false. Now, the problem is we can set a proxy server in Windows ...
Ming's user avatar
  • 639
0 votes
1 answer
53 views

I am trying to push incoming data to AWS SQS in WSO2 MI 4.4.0 using AWS SQS connector v3.0.1. Integration: WSO2 MI 4.4.0 Developer Tool: WSO2 MI for VS Code extension OS: Ubuntu 22.04 Proxy server: ...
Justin's user avatar
  • 997
1 vote
0 answers
164 views

I'm trying to create an ssh tunnel to a remote_server using a PKey entry from the known_hosts file. All seems to work using this configuration: with sshtunnel.open_tunnel( (remote_server, 22), ...
glades's user avatar
  • 5,472
0 votes
1 answer
380 views

My requirement is to connect to an external SQL Server database from my organization network. My .NET Core application is hosted in Openshift Container and it has to go through an internal Bluecoat ...
janitheshan's user avatar
1 vote
0 answers
38 views

I need help how to configure the proxy server properly while using page.request.get. Here is my setup: I made sure proxy is configure in the context, and I am able to execute page.goto(pdf_url) no ...
YQN's user avatar
  • 11
2 votes
1 answer
716 views

I have written a script using Boost Asio and Boost Beast to enable WebSocket communication through a proxy server. I managed to develop a working prototype following How to connect with boost::asio ...
Arandott's user avatar
0 votes
1 answer
77 views

I'm currently setting up a Node.js proxy server on a DigitalOcean droplet to bypass CORS restrictions. While the proxy server seems to be running fine, I'm unable to access the proxy URL from the ...
KUNAL GUPTA's user avatar
0 votes
0 answers
173 views

I'm developing a web server that uses nodejs react for the frontend and java spring boot in the backend. I'm creating a container for my application with docker and i'm using nginx to do reverse-proxy ...
Daniele00's user avatar
1 vote
2 answers
2k views

PS C:\Users\******\Desktop\node> npm -v (node:3832) [DEP0170] DeprecationWarning: The URL http://proxy-server:port is invalid. Future versions of Node.js will throw an error. (Use `node --trace-...
ANAND UBARHANDE's user avatar
0 votes
1 answer
210 views

What I am looking for is to mask all the columns (and new columns that could be added in the future to the tables in my DB). So for that I want to know if there is a way to mask everything and specify ...
Sherwood's user avatar
0 votes
0 answers
159 views

I have received a task/project from my professor to build a solution for Web URL filtering. Now this being a very open-ended problem statement to work with, I had multiple ways to approach it. One way ...
MT 16's user avatar
  • 73
1 vote
0 answers
797 views

I'm trying to implement sending messages to a Telegram bot using Python using the requests library. Here's a code snippet: import requests from requests_kerberos import HTTPKerberosAuth answer = ...
Alex Plus's user avatar
2 votes
1 answer
624 views

Access to XMLHttpRequest at 'https://api.hubapi.com/crm/v3/objects/contacts' from origin 'http://localhost:3001' has been blocked by CORS policy: Response to preflight request doesn't pass access ...
Sai 's user avatar
  • 21
0 votes
0 answers
318 views

In VS Code I have installed the Live Server extension and in Firefox I have installed Live Server Web Extension. When I start the normal Live Server server auto-reload works (i.e. I change a page, ...
halloleo's user avatar
  • 10.9k
0 votes
1 answer
4k views

I'd like to use command line or Powershell to enable "Use setup script" and set the "Script address". Here's the picture: Enable automatic proxy setup Picture , or enable "Use ...
Joy Ho's user avatar
  • 1
0 votes
0 answers
89 views

There is excellent library HttpToSocks5Proxy which allows easy use of Socks proxy server in .NET requests, but it also has additional functionality - creates internal HTTP proxy server, which can be ...
NewbieAsker's user avatar
0 votes
1 answer
759 views

I had a problem with updating my IoT devices using ESP32 over the internet. The issue occurred because the SSL certificate, which is used to establish a secure connection with the server storing the ...
erdharmik's user avatar
1 vote
2 answers
344 views

I have a use case where I am running the Karate Netty server as a forward proxy server to forward requests to a target Tomcat server. I noted that the hostname header gets set to the Karate Netty ...
ContinuousLearner's user avatar
1 vote
1 answer
3k views

I need to get some data using an API. I need something like: response = requests.get(url) which works only locally. Otherwise, I'm getting following error: requests.exceptions.ConnectionError: ('...
Miloš Uriga's user avatar
-1 votes
1 answer
34 views

it has something to do with optimization performance capability and I don't even understand what this means I tried searching the answers online but i cant seem to find anything
zilah husna 's user avatar
1 vote
1 answer
1k views

I generated ssl certificate using letsencrypte but when I ran my docker container this error came proxy_1 | Checking for dhparams.pem proxy_1 | Checking for fullchain.pem proxy_1 | SSL cert ...
UZAIR's user avatar
  • 11
0 votes
0 answers
88 views

I have configured HMTL web page onto IIS server. Main page is getting loaded properly and sublinks wherever we are using only HTML files are also working fine. But the other pages where some other ...
Vinay Bogur's user avatar
1 vote
2 answers
6k views

Could you please visit this link below first. https://learn.microsoft.com/en-us/deployedge/edge-learnmore-cmdline-options-proxy-settings I hope start a Microsoft Edge browser without proxy server ...
Alex.Wong's user avatar
0 votes
0 answers
808 views

I have 2 servers and 1 proxy server. All running on express. I am facing a problem where I am not getting a request back when I use this in one of the servers : // Server 1 app.use(express.json()); // ...
Mopcho's user avatar
  • 11
0 votes
0 answers
149 views

We are currently using package "HTTP-proxy" (https://www.npmjs.com/package/http-proxy) for proxy server calls, Below is code how we send proxy server calls. const proxyRequestOptions = { ...
Sarath Kumar's user avatar
1 vote
1 answer
938 views

I'm working on a mobile client. Dev backend server, I'm working with, isn't stable at all. It may be unusable for a full working day. Prod server is a bit better but still sometimes it doesn't work ...
ChessMax's user avatar
  • 2,285
0 votes
0 answers
1k views

I'm trying to build a simple REST API proxy server that receives HTTP requests and forwards them to a remote server. I need to make it so it is not transparent which means if the client sends a ...
Alexander Uzelevski's user avatar
0 votes
1 answer
306 views

I'm thinking of writing a Proxy Server. When I specify and activate the port using the TIdHTTPProxyServer component, the proxy server works properly. It's okay so far, but I can't password it and I ...
Codder71's user avatar
0 votes
0 answers
99 views

I recently configured an azure virtual machine so i can access it via remote desktop then i install Fidler application on it so i can set it up as a proxy server after that i went back to my local ...
Sora's user avatar
  • 2,553
-1 votes
1 answer
816 views

I'm trying to create a Service that Scraping websites by using Google Cached Pages. Example https://webcache.googleusercontent.com/search?q=cache:nike.com The Response that I get is the HTML from ...
Gal Hadida's user avatar
0 votes
1 answer
2k views

I want to setup a service which is accessible from AWS Amplify, that acts as a proxy service to AWS Cognito. The point being, that such a service would provide greater flexibility, along with the ...
Colin Schofield's user avatar
2 votes
1 answer
527 views

So i am working on eCommerce website in react and Node. coming to the point, at the time of login the proxy works totally fine but when i made get request to API it shows an error. I spent 2 days ...
MUHAMMAD ZAIN's user avatar
0 votes
1 answer
498 views

I'm developing an app (written in Go/Golang and using the "official" MongoDB driver) that must access MongoDB databases in both MongoDB as well as Cosmos/Azure (using the MongoDB API). I ...
Paul Uzee's user avatar
0 votes
1 answer
68 views

I am trying an approach to encapsulate Twilio to our back end and using our own web socket for real-time chat experience. Can I use twilio-chat behind my web socket as a proxy server?
mel's user avatar
  • 46
0 votes
1 answer
437 views

I have got proxies from leafproxies, and they are giving me something like this. I don't really understand what this is. At the very end, I want to use it in requests. Here's what they provide. ...
Muhammad Zubair's user avatar
0 votes
1 answer
2k views

In my social media application, when a user comments on a post, it throws a 500 Internal Server Error. The console states POST https://shielded-journey-88539.herokuapp.com/https://us-central1-myapp-...
ln09nv2's user avatar
  • 1,413
0 votes
1 answer
935 views

I use nginx as proxy server and I just set proxy_intercept_errors on; and also error_page directive error_page 400 /400.html; location = /400.html { root /path/to/error; }. So the backend server which ...
thirdwave's user avatar
2 votes
1 answer
17k views

I am trying to add a custom flag in the npm start command, in an Angular 9 project, so that inside the local proxy server, I can intercept the proxy request and manipulate data. But I keep getting ...
Shaun's user avatar
  • 71
0 votes
0 answers
289 views

i am using java JSCH library to connect to server-2 using jump server(server-1). Using the below code i am able to connect to jump server(server-1). using the same session its failing to connect to ...
Narendra's user avatar
  • 137
1 vote
2 answers
3k views

I want to serve my static website and API service from same machine using nginx. Website is present in /var/www/html API service is running on port 8000 http://localhost should open static website ...
Alok's user avatar
  • 11k
0 votes
1 answer
770 views

There seems to be an issue with the office firewall in accessing GoogleNews api. Initially, the code below gave empty results. I am able to run the below code after I added proxy the environment ...
Sun's user avatar
  • 1
0 votes
1 answer
286 views

I'm running a public proxy server and would like to block clients from accessing local devices on the server. Local devices are on 10.0.0.0/8. The proxy server runs on 127.0.0.1:31336. Access to the ...
Arınç ÜNAL's user avatar
1 vote
0 answers
116 views

I wrote proxy server with netty and I used this tutorial https://github.com/netty/netty/tree/4.1/example/src/main/java/io/netty/example/proxy, I mean, I just copy/paste proxy example and the problem ...
Asghar Farhadi's user avatar
0 votes
1 answer
371 views

I am trying to use a different proxy server to do webs scraping in R. I am using use_proxy function in R, but no luck. Please find the snippet of my code below: GET("http://had.co.nz", ...
user86907's user avatar
  • 857
1 vote
1 answer
924 views

I have a node.js express proxy server, which I would like to debug, So I want to capture the traffic through fiddler: const express = require('express'); const expressApp = express(); const ...
johnny 5's user avatar
  • 21.2k
-1 votes
1 answer
628 views

enter image description here I do not have workbench on Apache 5.3 and due to which I don't have HTTP Proxy Server. I used the HTTP(S) Test Script Recorder. Started Chrome and manually configured the ...
Lincy Abraham's user avatar
1 vote
2 answers
2k views

I am able to assign 1 user with password to my squid proxy server but I need to assign multiple users with different password. How do I do this please?
Seb Annett's user avatar
-2 votes
1 answer
368 views

I'm doing a personal project where I am trying to scrape HTML tables from a financial data website using Python. I am able to successfully use the requests package in Python to access public websites ...
Glorfendal's user avatar
1 vote
0 answers
29 views

I am making an API request inside of a redux action. That API request is blocked due to a CORS issue. To solve this I made a proxy Express NodeJS server on the same project, that listens to a ...
Omer Geva's user avatar
3 votes
0 answers
634 views

Firstly I know stackoverflow is used mainly for programming but I found no better place ot ask this question. I tried to install swift using this guide: https://docs.openstack.org/swift/latest/...
Malazzar's user avatar

1
2 3 4 5