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
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
  • 62,528
  • 13
  • 153
  • 317
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,787
  • 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
  • 754
  • 1
  • 10
  • 26
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,143
  • 1
  • 11
  • 16
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
  • 922
  • 12
  • 31
-1
votes
2 answers

How can I make my site available in specific countries or block some of them?

I own a html website page and show it to my clients with ngrok. But unfortunately, my page is being leaked outside and to other people. then my information is being stolen So I do not want my page to appear except in limited countries, so that if…
-1
votes
1 answer

redirect traffic to a url in a different subnet with node

i have a computer1 with ip 192.168.10.1 subnet 255.255.255.0 without internet access another computer2 with ip 192.168.1.1 subnet 255.255.255.0 a router1 with ip 192.168.1.200 and 192.168.10.200 a router2 with ip 192.168.1.254 connected on…
Trigun
  • 73
  • 9
-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
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
  • 25,316
  • 23
  • 100
  • 147
1 2 3 4 5
6