2blane / OctoPrint-Webhooks

Make OctoPrint events call your custom webhooks!
GNU Affero General Public License v3.0
28 stars 19 forks source link

Custom headers ignored #22

Closed stefan-sherwood closed 4 years ago

stefan-sherwood commented 4 years ago

I add a new webhook. I change Advanced → HEADERS to:

{
  "Content-Type": "application/json",
  "test": "where is this header?"
}

But when I click Send Test Webhook, the call made to my server does not include the "test" header.

I have tried:

stefan-sherwood commented 4 years ago

Hmm...I deleted the webhook and created it anew and now with the identical settings it works fine. I don't know how it got into such a stuck state. Feel free to close if you don't consider it a bug.

2blane commented 4 years ago

Going to close this as it looks like the same problem as #19