Skip to content
This repository has been archived by the owner on Jul 30, 2018. It is now read-only.

Set proper content type for xml returned from echo server #88

Closed
wants to merge 1 commit into from

Conversation

maier49
Copy link
Contributor

@maier49 maier49 commented Nov 25, 2015

The content type on the data being returned from the echo server was application/octet-stream, as we were just passing the headers from the server-side call to retrieve the xml document through to the client. IE 10 couldn't figure out that it should be treating the response as xml. Setting the content-type header in the case that the requested type is xml resolved the issue.

@kitsonk
Copy link
Member

kitsonk commented Dec 1, 2015

👍 merging now

@kitsonk kitsonk closed this in a572e1f Dec 1, 2015
@dylans dylans added this to the Milestone 2 milestone Jan 10, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants