I am trying to test REST service. When I am trying to access this REST service, the default response is in XML format. Now I want to change this response to plain text.
I am able to this in Firefox - REST client by adding 'Accept' header as 'text/plain', but am not able to do so in Internet Explorer.
Your earliest help will be very helpful.