Skip to content

michaltalaga/WebHooker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WebHooker

C# .NET SignalR Web Hooks Forwarding Server

Allows receiving web hooks on your local dev machine similar to ngrok.

Main difference is: WebHooker is .NET based and has only 1 feature - forwards web requests to a specified end point.

Benefit over ngrok is that WebHooker supports host headers for free:

webhookerclient.exe -t http://yourhost:port

Usage

Tool consists of a Server and a Client. To use a WebHookerClient you need a public WebHookerServer. Either host it yourself or use the default one.

Running WebHookerClient.exe will give you a public url you can use. All traffic coming to that url will be forwarded to your local address.

About

C# .NET SignalR Web Hooks Forwarding Server

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors