/Proxy_Server

Proxy server, that can recieve request_url, headers and body from the client, handle the API request, and give the response data back to the client

Primary LanguageJavaScript

Proxy_Server

Proxy server is an application that acts as an intermediary between clients and servers. It receives requests from clients, forwards them to the appropriate server, and returns the server's response back to the clients.

How to Use

  1. Clone the repository:

    git clone https://github.com/your-username/Proxy_Server.git
  2. Install the required dependencies:

    npm install
  3. Start the proxy server:

    npm start
  4. Send HTTP requests through the proxy server. The proxy server will forward the requests to the appropriate server and return the responses back to your client application.

Features

  • Handles API requests from clients and forwards them to the appropriate server.
  • Supports request URL, headers, and body.
  • Returns the response data from the server back to the client.