Skip to main content

All Questions

Tagged with
0 votes
0 answers
18 views

When configuring the proxy, the error 426 (Upgrade Required) appears, Node Express React

426Error App page package.json server.js running5000 httprequest directly fetch http://localhost:5000/api/products I can confirm that I can get data from http://localhost:5000/api/products, but in ...
Rookie Van's user avatar
0 votes
0 answers
10 views

Convert between http and rsocket

Two microservice clusters communicate using HTTP protocol. Some businesses interact between the clusters. It is expected to develop a communication service to connect the two microservice clusters so ...
seal_90's user avatar
0 votes
1 answer
24 views

making a dynamic proxy in node.js

I am trying to make a dynamic proxy that I can control with a web UI the goal is to be able to proxy traffic going to http://localhost/server_a to something as well as http://localhost/server_b. ...
Nik Hendricks's user avatar
1 vote
1 answer
64 views

429 response code even with proxy rotation

import re import requests from bs4 import BeautifulSoup from random import choice http = ['http://89.23.112.143:80', 'http://84.47.161.3:8118', 'http://77.232.21.4:8080', 'http://194.67.91.153:80', '...
N0PEZ's user avatar
  • 11
1 vote
1 answer
79 views

Angular v18 - 404 on request

I've updated the Angular application to version 18 (18.0.1). I'm facing some issues regarding the http requests on localhost. For most of the requests I'm getting a 404. I'm behind a corporate proxy ...
anyway07's user avatar
  • 315
0 votes
0 answers
31 views

Error occurred while proxying request localhost:4200/be/account to localhost:8081 [ENOTFOUND]

I'm trying to do an http request from an Ionic project with Angular. To avoid a CORS exception I have created a proxy.conf.json file: { "/local": { "target": "localhost:...
Javier Martinez Barriga's user avatar
0 votes
0 answers
45 views

apache camel http proxy not working or works with unavailable proxyAuthHost?

I am new to Apache Camel and learn from coding. My simple router is <?xml version="1.0" encoding="UTF-8"?> <beans xmlns="http://www.springframework.org/schema/beans&...
Alex's user avatar
  • 610
1 vote
0 answers
26 views

How does nodejs net module socket data work?

Consider this piece of code: app.on("connection", (clientToProxySocket) => { console.log("Client connected to proxy"); clientToProxySocket.once("data", (data) ...
yunus's user avatar
  • 11
0 votes
0 answers
26 views

Setting environmental variable for my process, should I use http or https(c#). Does this affect setting proxy for my process?

Currently I am trying to make my process go through proxy and I am using, string proxyEnvVariable = "https_proxy"; Environment.SetEnvironmentVariable(envKey, envString); But in somecase ...
Arun Ezhil's user avatar
0 votes
0 answers
134 views

XHR Failed Error When Searching for Extensions in VSCode

Environment CPU: M3 pro OS: macOS Sonoma 14.5 Editor: Visual Studio Code 1.89.1 Issue I am encountering an issue with Visual Studio Code when searching for extensions. The details of the issue are ...
chess0000's user avatar
0 votes
0 answers
47 views

Does Charles Proxy still work to intercept HTTP traffic on mobile iOS?

I set up the proxy on my phone to point to 10.242.242.79, (port 8888 for Charles), which is the wifi IP on my Mac, but all it does is disconnect the phone from the network--no internet connectivity at ...
johnrubythecat's user avatar
0 votes
0 answers
75 views

What's the right way of setting up a proxy in a React/Vite application for production?

I noticed that the proxy configuration in Vite only works for the development server. I want to make that work in production environment as well. What would be the alternative to achieving that same ...
Falcon Stakepool's user avatar
0 votes
0 answers
145 views

Using proxychains with cloudflared tunnel to expose a tcp application without cloudflare WARP on client's end

I am in a unique situation where I am getting my internet exclusively through cellular/LTE. It just so happens that because of this, port forwarding is not an option. I would need to work around the ...
Jacob Cortes's user avatar
0 votes
0 answers
23 views

Request with two proxies at same time in C#

I'm doing requests using authenticated proxy and works fine on localhost but on production mode not work because all request must be doing using other proxy and this proxy config replace the initial ...
Vandersan's user avatar
1 vote
0 answers
28 views

on linux gitclone issue remote server error showing fatal error with proxy n port

└─$ git clone https://github.com/achillean/shodan-python.git Cloning into 'shodan-python'... fatal: unable to access 'https://github.com/achillean/shodan-python.git/': Failed to connect to 127.0.0.1 ...
Bee_back18's user avatar

15 30 50 per page
1
2 3 4 5
77