HTTPRequest operator should follow redirects for POST methods
joergboe opened this issue · 1 comments
joergboe commented
The HTTPRequest operator should allow to enable the LaxRedirectStrategy that automatically redirects all HEAD, GET, POST, and DELETE requests. This strategy relaxes restrictions on automatic redirection of POST methods imposed by the HTTP specification.