bigbluebutton-api-ruby icon indicating copy to clipboard operation
bigbluebutton-api-ruby copied to clipboard

Follow redirects when making API requests

Open daronco opened this issue 8 years ago • 1 comments

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.

daronco avatar Aug 16 '16 15:08 daronco

is there a quick fix for this?

hmt avatar Apr 24 '21 09:04 hmt