My question was not properyl written: I am using a post, what is the
payload parameter supposed to be ? a urlencode ? a json string ? I can
only see that it requests a string as parameter.
> > 2. When the response has a 302 status, is it possible to "follow" the
> > redirection ?
>
> You should be able to do this yourself - if the status_code is 302,
> the 'location' header in the response usually contains the new URL.
nope, there's nothing in the header.