I was testing with the Swagger Pet Store example spec which has this findByStatus method, which when queried with status=available returns ~147 KB of XML. https://petstore.swagger.io/v2/pet/findByStatus?status=available
Calling that from the example in Chrome [Version 102.0.5005.63 (Official Build) (64-bit)] hangs the page.
Repro steps:
- Go to https://rapidocweb.com/examples/example1.html#get-/pet/findByStatus
- Select
application/xml as the response type in the Response Example section
- Set
status to available
- Click try...
- In Chrome, the response isn't formatted and if you click on it the page just hangs

- If you instead set
status=not-a-status then you get a smaller XML response because there's no matches and chrome handles that okay.