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
0
votes
0 answers

SignalR and Tunnelling

There is my configuration: client app->WCF service (http://serverhost:8082 + SignalR service http://serverhost:8083) I use bdtunnel from Sebastien Lebreton (https://github.com/sailro/Bdtunnel) client app->bdtunnel:8080 (it forwards:…
ZedZip
  • 4,355
  • 8
  • 43
  • 81
0
votes
1 answer

More than one Tunnel to 443 calls triggered

I am monitoring my network calls using Fiddler. When I tried opening google chrome, four "Tunnel to www.google.com:443" calls triggered. Please, I want to know, why there is more than one network call for http connect. Also, is it required that we…
San
  • 11
0
votes
1 answer

Implementing HTTP proxy over SSL using CONNECT method from iPhone Applications

I am working on client-server solution, where my iPhone app connects to a server over TCP/IP using SSL connection. I want to make sure that entire traffic on SSL goes through the HTTP proxy server. We can specify HTTP proxy information on iPhone in…
Trident
  • 718
  • 8
  • 18
0
votes
1 answer

F5 iRule to manage HTTP proxy CONNECT requests

I have a F5 Virtual Server configured with client-side https encryption, in front of a web server. I would like this VS to manage also HTTP CONNECT requests, so that clients can request it either as a web server, or as a proxy. That is to say, the…
fxdeltombe
  • 21
  • 4
0
votes
1 answer

Is it possible to implement the CONNECT HTTP method with the Snap framework?

I'm looking into possibilities how to implement the CONNECT HTTP method that allows tunneling data over HTTP. However, I couldn't find a way how to implement bi-directional processing within one Snap request. The closest thing I found was…
Petr
  • 60,177
  • 8
  • 136
  • 295
0
votes
1 answer

How to view timeline for HTTP connect tunnels in Fiddler?

I have set the decrypt HTTPS option in the Fiddler2 and so it shows the timeline for HTTPS requests. But not able to see timeline of HTTP connect tunnel requests. Any way to enable this.
akjain
  • 1,677
  • 3
  • 20
  • 35
0
votes
1 answer

How to Proxy, Remoting, HttpTunnel, through IIS

I'm not sure of the best solution to this problem. The current network is setup as: Web server => Cms server => DB server This is an existing setup for security reasons and cannot change. The Web server is connected to the internet, and can connect…
John
  • 674
  • 1
  • 9
  • 24
0
votes
2 answers

How to program an http tunnel

I basically want to capture all the packets in a selected port and transfer them through HTTP. What is the best way of doing that? Should I use a packet capture program like SharpPcap for that? EDIT: I want to alow for 2 computers that are behing…
geniaz1
  • 1,020
  • 1
  • 11
  • 15
0
votes
2 answers

Suggestion on developing a RETS PHP Tunnel

I have partially developed a property website that fetch properties data from a RETS IDX. You may know that RETS server listened to port 6103 over http protocol. My website is deployed on a shared hosting due to which I can not connect to 6103 port.…
FatalError
  • 855
  • 10
  • 24
-1
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
  • 79
  • 1
  • 3
-1
votes
1 answer

how can I implement IP in IP protocol (IP encapsulation) in c++?

I want to route my tcp packet from A to B through C. I am new to network programming and some code samples will be very helpful. Is there a way to do it through boost library?
-1
votes
1 answer

PHPSeclib Proxy send username and password as arguments

Im using PHPSECLIB to send a file and a XML to a SFTP server. In this case the server im trying to reach is outside my work network. To connect to the internet outside we have a proxy to do that. What i need to do is configure the proxy of this…
-1
votes
1 answer

Send webbrowser data to another webbrowser. (python prefereable)

I have an unlimited internet connection in my house and a limited internet connection in the school. I want to make a web browser (or something like that) that navigate from my house, get the data (including the streamings), and resends it to my…
-1
votes
1 answer

How can I configure HTTP tunnel to configure my edx localhost to be accessible from the internet using ngrok?

I have the following question to use the linux package from openedx, where I want to configure an access tunnel using the ngrok tool (see documentation https://ngrok.com/docs#subdomain) so that through a subdomain based on ngrok it can be accessed…
Faiberts
  • 37
  • 6
-1
votes
2 answers

HTTP protocol error

We're running Java towards a remote web service hosted by a supplier with a couple of middlemen involved. Our Java code (hosted on an IBM WebSphere Application Server) is straightforward, something like so: URLConnection connection =…
Jonas Byström
  • 22,233
  • 21
  • 93
  • 137
1 2 3 4
5