-
Notifications
You must be signed in to change notification settings - Fork 0
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.
vixhnuchandran/simple-proxy-server
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
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.