You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a persistent endpoint for Discord (/notify/discord). However, I have one specific client (Proxmox backup server webhook) calling it that always ends up with a 400 error, with the following log:
2025-01-03 19:00:22,741 [WARNING] django: NOTIFY - 192.168.12.15 - Invalid JSON Payload provided using KEY: discord
2025-01-03 19:00:22,742 [WARNING] django.request: Bad Request: /notify/discord
[pid: 144|app: 0|req: 2/2] 192.168.12.15 () {30 vars in 402 bytes} [Fri Jan 3 19:00:22 2025] POST /notify/discord => generated 42 bytes in 1 msecs (HTTP/1.1 400) 6 headers in 374 bytes (1 switches on core 0)
I would like to see the contents of the request for troubleshooting but am unable to. I have set LOG_LEVEL=debug and DEBUG=yes.
The following curl works:
curl -X POST -H 'Content-Type: application/json' -d '{"body":"hello world"}' http://192.168.3.10:8000/notify/discord
The same contents within proxmox, however, doesn't:
I don't have a way to see the raw contents on Proxmox's side.
The text was updated successfully, but these errors were encountered:
I have a persistent endpoint for Discord (
/notify/discord
). However, I have one specific client (Proxmox backup server webhook) calling it that always ends up with a 400 error, with the following log:I would like to see the contents of the request for troubleshooting but am unable to. I have set LOG_LEVEL=debug and DEBUG=yes.
The following curl works:
The same contents within proxmox, however, doesn't:
I don't have a way to see the raw contents on Proxmox's side.
The text was updated successfully, but these errors were encountered: