How to add proxy to predefined credentials?

Describe the problem/error/question

How do I make predefined credential to use a proxy like for example I want to use Google OAuth2 to login using specific proxy

What is the error message (if any)?

Please share your workflow

(Select the nodes on your canvas and use the keyboard shortcuts CMD+C/CTRL+C and CMD+V/CTRL+V to copy and paste the workflow.)

Share the output returned by the last node

Information on your n8n setup

  • **n8n version:1.44.1
  • Database (default: SQLite):
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • **Running n8n via (Docker, npm, n8n cloud, desktop app):npm
  • **Operating system:Ubuntu 22.04 LTS

Hi @Ruriko, there’s currently no way to tell a specific credential like Google OAuth2 to use a proxy server but if you run n8n with docker, you could configure it to use a proxy.

Could you share a bit more context around why you want to use a specific proxy for a credential? Maybe then the community can suggest other workarounds and suggestions :slight_smile:

The only reason why I want to use proxy cause some services are region blocked. I was thinking maybe using HTTP Request node since it has the ability to use proxy but I’m not sure if it’ll using the proxy for authentication login. Is there some way to test it if it’s using proxy when it login to account?

Here’s a basic workflow

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.