Hi everyone,
I’m trying to integrate Leap CRM into n8n using a valid Bearer token.
- The token and endpoint work fine in Postman.
- A simple Python
requests
script also succeeds.
- Inside n8n’s HTTP Request node, a 403 Forbidden is returned with no further details.
Information on your n8n setup
- **n8n version:**1.88.0
- Database (default: SQLite): n8n cloud
- n8n EXECUTIONS_PROCESS setting: defualt
- **Running n8n via :**n8n cloud
- **Operating system:**window 11
Hi @Kuldeep_Singh! Welcome to community!
You can try to use Bearer Authentication from Generic Credential Type Options, and choose Bearer Auth. See image below
After that, you can paste your bearer here and save that.
If it helps, please mark my message as solutions, thanks!
thanks but i got the actual reason of it where leap crm consider the request as a non-browser(bot-detection)
where i successfully bypass it using proxy but as u know its a temporary solution so i need help on this problem
thanks