Skip to content

This Node.js application acts as a proxy server. It listens for requests with a query parameter 'url' containing the URL of a webpage. Upon receiving a request, it fetches the content from the specified URL and returns the response as an intermediary.

Notifications You must be signed in to change notification settings

vixhnuchandran/simple-proxy-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

proxy-server

About

This Node.js application acts as a proxy server. It listens for requests with a query parameter 'url' containing the URL of a webpage. Upon receiving a request, it fetches the content from the specified URL and returns the response as an intermediary.

Resources

Stars

Watchers

Forks