Questions tagged as 'response'

1
answer

How do I get an httparty block from the response body?

I use the Ruby language, Cucumber framework, and the HttParty gem. I tried some ways to give expect in response Body to hit something that returns in it. My last attempt to hit user_id = 11111111 was: expect(@response.b...
asked by 08.11.2017 / 14:41
1
answer

How to handle xml return in Jquery

I am making an Ajax request for a PHP page that returns me several XML data. If I make a simple recovery code by directly opening the PHP page, of course, however, I'm requesting another page that calls the data from another PHP via Ajax with Jq...
asked by 17.10.2017 / 07:05
1
answer

Problems with ScriptManager.RegisterClientScriptBlock

My function btnDownloadArchives_Click well summarized. protected void btnDownloadArquivos_Click(object sender, EventArgs e) { Response.ContentType = "application/octet-stream"; Response.AddHeader("Content-Disposition",...
asked by 16.02.2017 / 15:54