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
{{ message }}
This repository was archived by the owner on Nov 10, 2025. It is now read-only.
Summary or problem description
Currently oracle only allow mime type application/json and if the server returns a mime type of application/json; charset=utf-8. This will invalidate the oracle request and throw an error code of 31.
Do you have any solution you want to propose?
Fix the logic to allow any mime type of application/json
Where in the software does this update applies to?