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.

75 questions
3
votes
3 answers

Confusion regarding RTSP over HTTP tunneling

I had an confusion of which I searched but didn't get any answer. I am streaming a video file using RTSP over HTTP tunneling then when I see the wire-shark to see the packets source and destination and protocol I saw a UDP protocol although i am…
Ajinkya
  • 1,499
  • 4
  • 23
  • 40
2
votes
2 answers

How to do proxy tunnelling in java signed applet

how to make persistent connections behind proxy in an applet?** is Using URLConnection will do all the job? I know what i am asking is very general but i am desperate for any ideas. Acording to the article in this link: For HTTP requests, the…
e13420xx
  • 698
  • 1
  • 7
  • 24
2
votes
2 answers

java HttpURLConnection tunneling error 407

I am getting the subject mentioned error code in one of my programs. I looked around for solutions on Stackoverflow and tried to follow the suggestions on issues reported by Ilana Platonov and PPr. Unfortunately, these didn't resolve the errors. As…
spaniard81
  • 61
  • 1
  • 8
2
votes
0 answers

burrow.io (localhost tunneling service) returns HTTP 400 when accessing my webapi, while working for another port

I want to debug my application (Angular app) using appetize.io for testing on an iPad app. I decided to tunnel my localhost online so I can access the app in appetize.io iOS emulator. When I tunnel my app I encounter the following issue: Bad…
Vahe Jabagchourian
  • 1,278
  • 3
  • 20
  • 62
2
votes
4 answers

Is there an Java library for sending binary data over HTTP, HTTP Tunneling?

I would like to send quite large chunks of data in a binary format over HTTP, also called HTTP Tunneling. I would like to use this technique using Java for a few Java Swing applications and maybe an Android application. Is there any good Java…
Jonas
  • 97,987
  • 90
  • 271
  • 355
2
votes
1 answer

getting started with http tunneling

I will soon start work on software which runs on different machines and communicates over the network. I'd like the communication to happen using HTTP tunneling, so no firewall ports need to be opened by the user. This software will be written in…
martin71
  • 133
  • 1
  • 5
2
votes
1 answer

Node JS TCP Proxy: Set up HTTP Tunnel using Node JS

I'm trying to implement a TCP proxy in Node JS. I only have some experience with Javascript so I met a lot of problems along the way. I've done a lot of searching for this one but had no luck. I want to implement a two-hop TCP connection for HTTPS…
KField
  • 141
  • 1
  • 3
  • 11
2
votes
1 answer

Use HTTPTunnel (htc/hts) to connect SSH server inside firewall?

I would like to access my PC at Home, however, the connection to my home is under a NAT firewall which block all port except 80 and 443. I cannot do any modifications to the network in anyway. I have setup the httptunnel at my HOME and WORK PC and…
DucDigital
  • 4,370
  • 9
  • 47
  • 93
2
votes
0 answers

Make an SSL call through an HTTP proxy using HttpClient on a WebSphere server

I've tried to google for this problem for a couple of days but I'm still stuck, so I'll try to ask for some help here. Here is the situation. The EJB I'm developing must connect to a secure web service. The connection needs mutual authentication, so…
CodingMonkey
  • 133
  • 3
  • 14
2
votes
1 answer

How do I tunnel Red5 through http without getting NetConnection.Connect.Closed error?

Red5 v0.8 I'm trying to tunnel red5 through port 80, since my application doesn't work on certain setups. At first I tried just putting ":80" right after the domain name when I make my red5 connections. That resulted in a new…
user773737
2
votes
2 answers

How to ssh over HTTP proxy in Python Paramiko?

I am adapting a Python script to be OS independent and run on Windows. I have changed its ssh system calls to calls to paramiko functions. I am stuck with the issue of http proxy authentication. In Unix (actually Cygwin) environment I would use…
markolopa
  • 311
  • 4
  • 4
1
vote
0 answers

soapUI as Http tunnel to record iOS (iPhone/iPad) client-server discussions

I am trying to use soapUI as Http tunnel (https target) to record iOS client-server discussions, and then use it for service mocking to test my client which is an iOS app (iPhone and iPad) using the iPhone-Simulator. Unfortunately I don't manage to…
orivier
  • 11
  • 2
1
vote
1 answer

how does HTTP Tunneling work?

I was taking a look at the JHttpTunnel library and this piece of code in OutBoundSocket.java got me a bit confused. public void connect() throws IOException{ close(); String host=getHost(); int port=getPort(); String request="/index.html?crap=1…
mihirg
  • 813
  • 1
  • 8
  • 27
1
vote
0 answers

Tunneling all subdomain request to a local machine

I am using Pagekite to tunnel all request from my cloud server to my local machine. My setup is I have this Linode cloud server with Public IP where I installed Pagekite. I am running this from my localmachine (and works, where yourdomain.com…
quarks
  • 29,080
  • 65
  • 239
  • 450
1
vote
0 answers

tunnelling and normal http server on the same server

I am using go-http-tunnel for local tunneling. My server domain is let's say xyz.com, clients connect to *.xyz.com. What I want to achieve is use xyz.com for normal apache server and subdomain.xyz.com for tunneling.(I want to achive it using only…
BanguluruKtm
  • 21
  • 1
  • 3