Encountering a question mark error in the message body

August '12 -The issue when involves an unexpected question mark appearing in the content body, alongside an ERROR 403 - Forbidden message stating that access to the requested URL is not permitted.

error message : ERROR 403 - Forbidden! ERROR 403 - Forbidden

1 Like

It looks like your topic is missing some important information. Could you provide the following if applicable.

  • n8n version:
  • Database (default: SQLite):
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via (Docker, npm, n8n cloud, desktop app):
  • Operating system:
1 Like

facing same issue when I send messages on anyone using http node and message content with question mark its not working

I have also try with html encode but also not working like https%3A%2F%2Fexample.com%3Ftest%3Dtest

but also not working because send on third parties api like google and Facebook etc

my debug information as below

Debug info

core

  • n8nVersion: 1.53.2
  • platform: docker (self-hosted)
  • nodeJsVersion: 20.15.0
  • database: postgres
  • executionMode: regular
  • concurrency: -1
  • license: community
  • consumerId: unknown

storage

  • success: all
  • error: all
  • progress: false
  • manual: true
  • binaryMode: memory

pruning

  • enabled: true
  • maxAge: 336 hours
  • maxCount: 10000 executions

Debug info

core

  • n8nVersion: 1.56.2
  • platform: docker (self-hosted)
  • nodeJsVersion: 20.15.0
  • database: postgres
  • executionMode: regular
  • concurrency: -1
  • license: community
  • consumerId: unknown

storage

  • success: all
  • error: all
  • progress: false
  • manual: true
  • binaryMode: memory

pruning

  • enabled: true
  • maxAge: 336 hours
  • maxCount: 10000 executions

Generated at: 2024-09-05T10:05:38.127Z

Issue Summary:

Test with PHP:
We tested the API in the PHP script, and it worked fine. However, when we implemented the same API in the HTTP node in n8n to send the payload, it’s not working. Screenshots of both the PHP script and the n8n setup have been attached for your reference.

Test on Local n8n:
We also tested the same API on the latest version of n8n locally, but it’s still not working.

n8n on Your Portal Account:
The API also fails on your n8n portal account.

WhatsApp API Integration:
We have integrated the WhatsApp API to send messages, but the payload test message body has a question mark issue, and the message is not sent correctly.

**

Why is it not working with the HTTP node in n8n?

**

i have attached both screenshots php and n8n so please find for more details