Fixed https bug
Prior to this version, if the IdP was sending a POST to https://:/hub/acs, the handlers.get_request
function would encode that as http
. This update fixes that bug to detect POST https
correctly.
Prior to this version, if the IdP was sending a POST to https://:/hub/acs, the handlers.get_request
function would encode that as http
. This update fixes that bug to detect POST https
correctly.