Still trying to get more details on this, but we're seeing PX fail open due to encoding errors when making the S2S call. Example error:
app/vendor/bundle/ruby/2.4.0/gems/activesupport-5.0.7.2/lib/active_support/core_ext/object/json.rb:34:in `encode': "\xE0" from ASCII-8BIT to UTF-8 (Encoding::UndefinedConversionError)
I'm guessing there are some ASCII chars in one of the headers or in the cookie. This might be easiest to replicate with tests first.
Still trying to get more details on this, but we're seeing PX fail open due to encoding errors when making the S2S call. Example error:
I'm guessing there are some ASCII chars in one of the headers or in the cookie. This might be easiest to replicate with tests first.