Skip to content

praneethw/Url-Forwarder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Url-Forwarder

Intercepts a specified URL and forward to a specified destination URL.

Prerequisites

This application uses .NET core and required .NET core SDK to be downloaded and installed.

How to run

  1. Clone code.
  2. Run the application using your favourite IDE.
  3. When prompted enter the URL to intercept (e.g. http://localhost:5000/api/intercept)
  4. When prompted enter the URL to forward (e.g. http://localhost:6000/api/forward)

The application will intercept incoming requests based on the provided URL and forward the requests to the forward URL, including any query parameters.

About

Intercepts a specified URL and forward to a specified destination URL.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages