> ## Documentation Index
> Fetch the complete documentation index at: https://docs.proxylane.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Connect n8n

> Send a request through your proxy with an HTTP Request node.

First, [generate a connection](/quickstart) with **HTTP / HTTPS** selected. Choose the full URL in **Format**, then click **Copy**.

<Steps>
  <Step title="Add an HTTP Request node">
    Open your n8n workflow and add **HTTP Request**.

    Set **Method** to **GET** and **URL** to:

    ```text theme={null}
    https://api.ipify.org?format=json
    ```
  </Step>

  <Step title="Add your proxy">
    Under **Options**, add **Proxy**. Paste the connection URL from ProxyLane into that field.

    Leave the node’s website authentication unchanged: the proxy credentials are already in the URL.
  </Step>

  <Step title="Run the node">
    Execute the node and open its output. You should see an `ip` value.

    Compare it with a run without the Proxy option, then restore the proxy and try your intended website.
  </Step>
</Steps>

Remove the proxy URL before sharing or exporting the workflow.

[Fix an error](/troubleshooting) · [Get help](mailto:hello@proxylane.dev) · [n8n’s Proxy option](https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.httprequest/#proxy)
