How do I force Chrome Postman to return application/xml instead of application/octect-stream How do I force Chrome Postman to return application/xml instead of application/octect-stream xml xml

How do I force Chrome Postman to return application/xml instead of application/octect-stream


Maybe your default response type is octect-stream

Use the below http headers in POSTMAN

Accept: application/xml

Do the server validations based on Accept headers.