Skip to content

Follow redirects when making API requests #23

@daronco

Description

@daronco

All requests made by the gem will fail if the server responds with a redirect. It will try to parse the body of the response assuming it is the XML received as the response to the API call.
If the response is a redirect, it should follow the redirects (maybe with a limit of a few hoops) until it actually gets a proper response from the server.

This is specially useful when the web conference server responds to both HTTP and HTTPS, redirecting requests from HTTP to HTTPS.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions