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
I build up a request, and in the case that the body is XML string and has any attributes, eg. <?xml version="1.0" encoding="UTF-8"?>, the double quotes are not escaped.
This then means when I feed it through the library like the following:
I build up a request, and in the case that the body is XML string and has any attributes, eg.
<?xml version="1.0" encoding="UTF-8"?>
, the double quotes are not escaped.This then means when I feed it through the library like the following:
I receive an error, and can only fix it if I change the body to:
Is it worth considering adding the string escaping into the library directly, or is there a better way already here that I missed?
I imagine we could update
to
Thanks
The text was updated successfully, but these errors were encountered: