Questions tagged [http-tunneling]

HTTP Tunneling is a technique by which communications performed using various network protocols are encapsulated using HTTP.

HTTP Tunneling is a technique by which communications performed using various network protocols are encapsulated using HTTP. HTTP therefore acts as a wrapper for a channel that the network protocol being tunneled uses to communicate.

86 questions
1
vote
1 answer

Http tunneling to pass firewall in C# (TCP)

My need is to communicate between 2 client behind NAT using http tunneling. Is it possible? What all setup is needed to achieve this (like http proxy server etc.)? Is there any library or sample code available for implementing http tunneling over…
Ramesh Soni
  • 15,867
  • 28
  • 93
  • 113
1
vote
1 answer

Access private http server

I built a Nodejs HTTP server. It's running on localhost:3000. From outside the Local Area Network, how does one make a request to the private HTTP server? Messing with the router manually is not an option; process should be automated. I've looked at…
tim-montague
  • 16,217
  • 5
  • 62
  • 51
0
votes
1 answer

how to make two layer ssh tunnel for browsing

I know how to make a one layer tunnel: ssh -ND 9898 username@mymachine and then add a sockss proxy localhost:9898 in the browser. but how to make a two layer tunnel? Suppose mymachine is not directly accessible to me but another machine…
prongs
  • 9,422
  • 21
  • 67
  • 105
0
votes
2 answers

C# MYSQL Connection

Briefly, I want to connect remote MYSQL firewalled database to my C# program I tried lots of scripts, also I made my script but it was too difficult to be true made a whole web service based DMS SSH is NOT available by the way The process is…
Ahmed Ghoneim
  • 6,834
  • 9
  • 49
  • 79
0
votes
0 answers

Access Tomcat via tunnel

I have a problem here that I don't understand (what a surprise). In my infrastructure (all RedHat), there are two member servers behind an Apache load balancer. On each of the member servers, a Tomcat is running on connector port 9080. It may happen…
Nils
  • 3
  • 4
0
votes
0 answers

Can 2 different users from different country can connect to same Sauce labs account? is it possible using selecting same region?

In my project there are different users from different country. Is it possible to use sauce labs to resolve this issue. I wanted to confirm, is it possible to select same region in sauce labs account from different countries in the world? Can I make…
monil
  • 47
  • 2
  • 14
0
votes
2 answers

Asp.net http tunelling Application

Is there any open source http tunneling software written in asp.net ? I know i can simply get http response and display it in an iframe, but this is not the result want. The links should be replaced, the styles of the page content should be set…
Ozgur Dogus
  • 911
  • 3
  • 14
  • 38
0
votes
1 answer

How to tunnel localhost on android

I have a python webserver which has webhooks , when posted in localhost on desktop and tunnel it through loophole.site it works I further ran the python webserver code in Android 12 it works on ports > 1024 but my trading view alert webhooks only…
0
votes
0 answers

HTTP Tunnelling: TLS Connection between client and proxy

In HTTP tunnelling using CONNECT method, when client and proxy communicates over plain HTTP (no TLS), the setup works at TCP layer. Client sends TCP segments to Proxy and Proxy forwards it to final server. As TCP segments are being blindly…
0
votes
0 answers

Need to use Jumpbox to make http requests for internal applications

We have some internal services that doesn't have access to the applications we are running in other network. I have a jumpbox I can use to create tunnel and make requests. I am pretty new to python and found something called sshtunnel-requests. When…
0
votes
1 answer

Webhook not hitting development webserver tunneled using ngrok

I am working on a Django server that should verify a payment via a webhook post. When I spawn the server in development mode and tunneled using ngrok, I don't receive the incoming webhook. I have verified using webhook.site that the payment service…
jxw
  • 586
  • 2
  • 6
  • 36
0
votes
1 answer

NodeJs Lan application on RPi to google cloud platform to custom domain

I have been able to set up my virtual machine on google cloud platform and am able to SSH into my RPi successfully using this…
0
votes
1 answer

how to use 2 or more Http tunnels (e.g. ngrok) with 2 or more .net different apps (needed to handle different subscriptions for graph api)?

I have started in the last few weeks working (or trying it) Simple MVC-App for notifications. I used this example and established iP-tunnels ot localhost with ngrok.(see sample & content page…
ingo_ww
  • 171
  • 1
  • 13
0
votes
0 answers

PHP - HTTP tunnel for SSH to a remote server

I have the following problem/idea: I want to access a hidden remote machine with SSH, but the network I am in does not allow a connection through port 22 (SSH) so I want to try a HTTP or more like a HTTPS tunnel over port 443 to my SSH port 22. But…
Play_it
  • 109
  • 1
  • 12
0
votes
1 answer

consume spring boot rest services from private network

I want to consume the spring boot rest services deployed behind a firewall. Need a solution for the above scenario. Thank you.
Swati N
  • 109
  • 1
  • 1
  • 4