On Mon, Dec 7, 2020 at 1:39 PM Anton Shepelev <anton.txt@xxxxxxxxx> wrote: > > I wrote: > > > The problem is that Redmine's REST API works for reading > > but not for writing, that is the GET command works whereas > > the POST command fails with error 502 > > Even with the most detailed logging, the failed POST > requests do not appear in the Redmine log, whereas > successful GET request are all there. Does that mean POST > requests are lost before they even reach Redmine? If so, it > may be a problem on the level of Apache or network. We > access our test Remine locally, via 127.0.0.1 . Do all the POST requests fail or only some of them? If some requests succeed, it may be a problem of connection reuse between Redmine (running on 127.0.0.1) and the httpd proxy (configured to forward the requests to localhost). Regards; Yann. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx