python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Traefik how to route from a backend service xteve with a port and path in docker
I'm trying to run a reverse proxy for xTeVe in docker using Traefik 2.6.3, however I'm getting stuck with using some of the middlewares.
By default xTeVe listens on port 34400 to connect to the DVR IP...
Tom
Votes: 0
Answers: 0
Node js cors proxy results in forbidden
I'm trying to communicate with an api with react. I was getting a cors error so i created a proxy api. I'm still getting a 403 error but this time it's different. I get a captcha error. I get data whe...
ProgrammingRaven
Votes: 0
Answers: 1
Python put the output in a new file
I'm trying to put this output in a new file
{ "origin": "91.233.25.148" }
this is my code
import os
def proxy():
for i in range(10000):
f = open('proxy.txt', 'a')
...
walo net
Votes: 0
Answers: 1
Why the kamailio remove two route header?
There is such a scenario:
u1(10.35.146.155) ---- kam proxy1(10.35.148.211) ---- kama proxy2 ---- u2(10.35.148.233, u2 is registered on kam proxy2)
The problem occurs in the forwarded ACK. After the AC...
wangpeng
Votes: 0
Answers: 1