suer / redmine_webhook

147 stars 81 forks source link

Hook URL is called but there is no post data in the request. #10

Open uvBecker opened 8 years ago

uvBecker commented 8 years ago

Hi, I think there is an incompatibility with Redmine 3.1.1. Using the webhook plugin I can see the target URL being called while changing a ticket. I'm logging the whole request on the target side. However there is no post data attached to the request. Using curl or any other method to generate requests with post data do work, it's just the requests by the webhook-plugin that seem to have no post data. Can somebody confirm that behavior, or am I doing something wrong? Here's my redmine version information:

Environment:
  Redmine version                3.1.1.stable
  Ruby version                   1.9.3-p194 (2012-04-20) [x86_64-linux]
  Rails version                  4.2.4
  Environment                    production
  Database adapter               Mysql2
SCM:
  Subversion                     1.6.17
  Git                            1.7.10.4
  Filesystem                     
Redmine plugins:
  redmine_app__space             1.0.3
  redmine_app_timesheets         1.5.3
  redmine_bootstrap_kit          0.2-devel
  redmine_emojibutton            0.3.0
  redmine_pusher_notifications   1.0.2
  redmine_webhook                0.0.1
  sidebar                        0.1.
blusenho commented 8 years ago

I am also seeing this on Redmine version 3.2.

satsura commented 7 years ago

I have the same problem with Redmine 2.4.2.stable

fetux commented 7 years ago

Same problem. Environment: Redmine version 3.3.0.stable Ruby version 2.1.5-p273 (2014-11-13) [x86_64-linux-gnu] Rails version 4.2.6 Environment production Database adapter PostgreSQL SCM: Git 2.1.4 Filesystem Redmine plugins: redmine_agile 1.4.1 redmine_gitlab_hook 0.1.3 redmine_remote_revision_url 0.3.1 redmine_webhook 0.0.2

chinsong0130 commented 6 years ago

would you please provide which version is working for the plugin or how to fix it? thank you. sample problem Environment: Redmine version 2.6.5.stable Ruby version 2.1.3-p242 (2014-09-19) [x86_64-linux] Rails version 3.2.21 Environment production Database adapter Mysql2