-
Notifications
You must be signed in to change notification settings - Fork 0
Description
Hello
Unless I'm wrong (or I do something wrong), It seems that Octohook cannot forward POST HTTP request with content-type set to : application/x-www-form-urlencoded.
I have an incoming webhook with content-type set to application/x-www-form-urlencoded, but the destination seems to be always addressed with application/json, whatever the source headers.
I have the same result if I connect directly the incoming webhook headers with the headers of the destination, or if I edit the headers manually.
When I check the "preview" of the destination, in the right part of the screen, it seems that the field content-type is set correctly to application/x-www-form-urlencoded, but at reception side, the HTTP request actually forwarded is always in application/json format.
Is it a bug ? or do I do something wrong ?
thank you