Wed, 12/31/2008 - 15:58
#1
Wed, 12/31/2008 - 16:22
#2
Not sure if this fits your use case, but you can add HTTP headers to the response from a mashup service. So one way is to wrap your service with a mashup.
In the mashup, you define the response headers with names that begin with "httpResponse.{header name here}". These can be HTTP headers, or custom headers. Custom headers names must begin with X.



Question
Hi!
Let's say I have this mashup that outputs XML. My JUMP request includes header:{'resultFormat':'xml'} but the thing here is that the browser displays it as text therefore the response is sent to responseText instead of responseXML. How do I change the headers of prestos's response
Thanks in advance,
igo