You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The API call works by passing the data in the body of the POST request, but as long as some other requirements are met (e.g. the content type header has to be the correct type). We should fix this API call in the gem to pass the data only in the body of the request, removing it from the URL.
Note: setting a different content-type also influences how the POST requests to the API call @create@ will behave. The content type being used right now (
Author Name: Leonardo Daronco (Leonardo Daronco)
Original Redmine Issue: 1638, http://dev.mconf.org/redmine/issues/1638
Original Date: 2015-05-27
The documentation for @setConfigXML@ was updated recently: http://docs.bigbluebutton.org/dev/api.html#setconfigxml
The API call works by passing the data in the body of the POST request, but as long as some other requirements are met (e.g. the content type header has to be the correct type). We should fix this API call in the gem to pass the data only in the body of the request, removing it from the URL.
Note: setting a different content-type also influences how the POST requests to the API call @create@ will behave. The content type being used right now (
bigbluebutton-api-ruby/lib/bigbluebutton_api.rb
Line 711 in 0e17a1f
The text was updated successfully, but these errors were encountered: