Integration with Asp.net core self hosted #93
Replies: 3 comments 1 reply
-
Hi, I couldn't understand it clearly, let's forget about tunnels and VPN at the moment and focus on what you need to do first before finding a solution. Do you just need to call some REST API on p1 which is not available to p2 via 55371? |
Beta Was this translation helpful? Give feedback.
-
Hi Bob, Searching on the internet I found VpnHood which seems to me an extraordinary project (I take this opportunity to congratulate the developers) only that instead of using it as an external tool to my project, I would like to integrate it so as to have both my functions and the management of the TUNNELING to allow P1 to call O1. Excuse me for being long-winded, but my situation is quite complex. Thanks for your availability and patience. |
Beta Was this translation helpful? Give feedback.
-
Hi Bob, Thank you very much and have a nice day 👍 😃 |
Beta Was this translation helpful? Give feedback.
-
Hi,
I have two asp.net (.NET 5) projects both self hosted, which for convenience we will call them P1 and P2; P1 is installed on a server accessible from the internet via port 55371, while P2 is installed on a PC that connects to P1.
I would like to integrate VpnHood server in P1 and VpnHood Client in P2 so that P2 also acts as an http tunnel client and allows another service, present on the same PC where P2 is installed, to be visible to P1 which should make REST calls towards this service.
Do you think it is possible?
I hope my request is understandable,
Thank you
Carlo
Beta Was this translation helpful? Give feedback.
All reactions