Adds an HTTP Header to an output stream.
Questions tagged [response.addheader]
17 questions
0
votes
1 answer
Error in HttpPost.addheader in rest api call for android
This is my code . I am trying to do a post on the rest Api from android (API 10)
HttpPost httpPost = new HttpPost(
"http://www.reactomews.oicr.on.ca:8080/ReactomeRESTfulAPI/RESTfulWS/queryHitPathways");
…

blueFroggy
- 5
- 1
- 5
0
votes
1 answer
How to set Browser when using Response.Write
My application is writing XML to a file
which is then downloaded (Response.Write) and the user can then open.
Question:
No matter what Browser I'm using (Chrome, Firefox,etc.) the downloaded file is
opened in IE.
I want the downloaded file to be…

david lerner
- 3
- 3