IBMStreams/streamsx.inet

HTTPRequest operator should follow redirects for POST methods

joergboe opened this issue · 1 comments

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.

PR #330 implements this