Randal L. Schwartz wrote: > Every place I formerly wanted to override redirect_ok, I now just use > simple_request instead of request, and it works so much easier! simple_request doesn't handle any redirects at all, right? So it is fine when the default behavior is to handle redirects, and I don't want it (GET requests). But what should I do in the case of POST requests, where I want UserAgent to handle redirects (the default behavior is don't)? -- Pazu
- Easy redirect_ok Marcus Brito
- Re: Easy redirect_ok Randal L. Schwartz
- Marcus Brito
