Skip to content

Xml Pretty Print Not Working #128

@Stevoni

Description

@Stevoni

After submitting a simple XML request to Webhook cloud, the XML pretty print is not applied.

Request:

curl --location --request GET 'https://webhook.site/[guid]' \
--header 'Content-Type: text/xml' \
--data-raw '<note>
<to>Tove</to>
<from>Jani</from>
<heading>Reminder</heading>
<body>Don'\''t forget me this weekend!</body>
</note>'

image

I noticed this originally because SOAP requests are not formatted.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions