Is it possible to use a different format other than JSON or XML when making requests in JavaScript?
Can I request custom text or binary data instead?
Or are the options limited to just JSON and XML?
I'm curious to know...
a) How can I send a request without using XML or JSON?
b) Is there a way to receive the response as a plain string instead of an object?