I’m facing an issue while configuring the URL to send events via a webhook. The URL structure looks like this:
https://<domain-name>/logs?api-key=<api-key>&source=authorize
According to the documentation, the URL can only include a limited set of special characters, which seems to be causing the error I'm encountering.
I also tried encoding the URL, which results in something like this but still facing the same issue:
https://<domain-name>/logs%3Fapi-key%3D<api-key>%26source=<source-name>
Has anyone faced this issue before?
10-09-2024 12:50 AM