Hi
We are using nginx as a proxy infront of one of our rest based services. We were using an older version of nginx that, as I've read, retried failed post/put/delete requests. I read that it was changed in newer releases, so I've upgraded nginx, but I am still suffering from post retries, which causes duplicate entries in our rest api. The requests get through just fine, it just seems like there's a timeout on the response.
As I've understood, the default behavious for nginx should be to not retry post requests or am I mistaken?
We are using nginx as a proxy infront of one of our rest based services. We were using an older version of nginx that, as I've read, retried failed post/put/delete requests. I read that it was changed in newer releases, so I've upgraded nginx, but I am still suffering from post retries, which causes duplicate entries in our rest api. The requests get through just fine, it just seems like there's a timeout on the response.
As I've understood, the default behavious for nginx should be to not retry post requests or am I mistaken?