Questions tagged as 'proxy'

0
answers

How to check requests made by reverse proxy?

I would like to know if there is any possibility to capture traffic from the IIS reverse proxy, since I would need to know how the HTTP packet headers have been modified through the proxy. Currently I use the fiddler to capture the traffic but i...
asked by 09.08.2018 / 20:35
0
answers

Proxy problem created with nodejs

I am creating a web proxy with nodejs and I have a problem. This is the index of the view: <!DOCTYPE html> <html lang="en" dir="ltr"> <head> <meta charset="utf-8"> <title>Hola</title> </head&...
asked by 25.08.2018 / 22:37
0
answers

proxy node.js in visual studio

Hello everyone I have the following problem, I have installed in my visual studio machine, and additionally Node.js, the visual studio brings its own nodejs, I am using a proxy by and it works correctly if I run an application using CMD or power...
asked by 26.06.2018 / 19:42
0
answers

Redirect traffic in a network

Good morning, I need to redirect any attempt to enter a website to a specific ip address (192.168.0.104:80). This has to happen automatically, without anyone setting anything on the device. I had, thought to change the DNS in the DHCP and point...
asked by 11.04.2018 / 16:47
1
answer

configure apache nodejs proxy server

I have created a program with nodejs that works correctly in link but I want to "hide" the port (3000) . I have been reading that I need a proxy server, so I configured apache in different ways but I can not achieve my goal. For example,...
asked by 09.04.2018 / 04:33
0
answers

Errors when downloading Apache Archiva

Good morning, I'm having enough problems with Apache Archiva and Maven . I am using apache Archiva as a server on a machine. I have configured a repository of my own, and also Repositories Management to act under a prox...
asked by 05.02.2018 / 13:55
1
answer

HTTP2 in Nginx as a proxy (proxy_pass + upstream)

I have several Nginx servers that proxy to other servers while converting the connection to HTTPS. The problem is that the connection between these servers and the client is made through http / 1.1 and even though I look and try I can not make i...
asked by 07.11.2017 / 11:38