SAP / ui5-inspector

With the UI5 Inspector, you can easily debug and support your OpenUI5/SAPUI5 based apps.
https://sap.github.io/ui5-inspector/
Apache License 2.0
144 stars 57 forks source link

fix: correct decoding of http response #273

Closed kineticjs closed 1 month ago

kineticjs commented 1 month ago

Problem: "InvalidCharacterError " due to redundant decoding from base64 of a response content that was instead in plain text (no base64 encoding)

Solution: Make use of the second argument to the callback of the native request.getContent function, that signifies if the response is encoded, as documented in the API reference.

Fixes: #272

github-actions[bot] commented 3 weeks ago

:tada: This PR is included in version 1.6.6 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket: